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
Unanswered
A Question Regarding Optimizing Api Usage For Production Monitoring


Hi @<1724960475575226368:profile|GloriousKoala29> ,

I don't think closing the connection will matter much. As for reporting multiple scalars in the same call, this is already being done - when you use the logger to report scalars/metrics/logs, it all goes into a buffer and the underlying reporter module will batch it into periodic API calls aggregating multiple events into a single call

  
  
Posted 29 days ago
13 Views
0 Answers
29 days ago
29 days ago