Netflix / atlas

In-memory dimensional time series database.
Apache License 2.0
3.45k stars 306 forks source link

lwc-events: support percentile grouping #1666

Closed brharrington closed 4 months ago

brharrington commented 4 months ago

The :percentiles operator internally will group by percentile. Updates the datapoint converter to map the value to the appropriate bucket dimension so that percentile approximations can be used. For timers, the raw value type should be a Duration to allow for accurate unit conversion.