Issues icon indicating copy to clipboard operation
Issues copied to clipboard

Group float values in buckets (Histogram)

Open winsmith opened this issue 7 months ago • 0 comments

cc https://druid.apache.org/docs/latest/development/extensions-core/datasketches-quantiles

Discussed in https://github.com/TelemetryDeck/Issues/discussions/384

Originally posted by smorkolama April 11, 2024 Hello, thanks for building TelemetryDeck! I really love the dashboard and how easy it is to make graphs. However, I looked through the examples and TQL reference documentation but I could not find a solution for the following query, perhaps you have an idea?

I have a signal persistentStoreLoad that has an associated payload key loadDuration which contains a float value for how long it took to load the persistent store. I can list individual values just fine, but is there a way to group these values into buckets? This functionality probably hiding somewhere in there but I could not find it. Any hints on how to proceed?

winsmith avatar Jun 26 '24 13:06 winsmith