Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Hi, Is There A Way To Get Some Stats About The Use Of Workers? I Would Like To Know, Over The Past 3 Months:

Hi, is there a way to get some stats about the use of workers? I would like to know, over the past 3 months:
Number of training hours per user Number of training hours per queue

  
  
Posted 2 years ago
Votes Newest

Answers 7


Well, as CostlyOstrich36 said the UI will show you a month back, but you have some usage data stored in the ES ( worker* and queue* indices) going back as many months are you're running (unless you purged those indices, which you can). You can get the data manually, if you'd like ๐Ÿ™‚

  
  
Posted 2 years ago

Hi JitteryCoyote63 ,

You can get some stats (for the last month) under the workers section in your app, clicking a specific worker will give you some more options
Those doesnโ€™t includes stats per training, but per worker

  
  
Posted 2 years ago

Thank you!

  
  
Posted 2 years ago

Currently the UI will give you the timeline up to back a month ago for the usage of workers etc. If you want to go 3 months back and get specifics you'd have to get it directly from the API and extrapolate data yourself

  
  
Posted 2 years ago

yes ๐Ÿ™‚

  
  
Posted 2 years ago

JitteryCoyote63 are you talking about a self-hosted server?

  
  
Posted 2 years ago
650 Views
7 Answers
2 years ago
one year ago
Tags