liquidlabsio / fluidity

the streaming observability platform
Apache License 2.0
5 stars 0 forks source link

Field access to path, pathparts and tag - using groupBy #53

Closed logscape closed 4 years ago

logscape commented 4 years ago

Analytics need access to the path to use meta-information for processing

Work items:

  1. introduce path field
  2. provide field access to analytics (as parameter?) - normally needs along with regular processing. i.e. group-by-path-path[1] to extract serverless function name or region?
  3. update or add new analytic that supports groupBy or concatenation functionality. i.e.
    • analytic.countEach(field) groupBy(_meta.path[2])
    • analytic.stats(field-mem-use) groupBy(_meta.path[1])
bluemonk3y commented 4 years ago

fixed