You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Prometheus Remote Write Exporter for Cortex] Add Enhancements and Fixes (#326)
* Add default quantiles, update config tests, and add quantile tests
* Change sendRequest test to use non-empty request and verify the payload
* Refactor createLabelSet to use label.KeyValue instead of strings
* Refactor ConvertToTimeSeries to add the correct labels for histogram and distribution timeseries
* Change createTimeSeries to use specified NumberKind and update conversion functions
* Remove validCheckpointSet test
* Change mock time to milliseconds for conversion tests
* Fix error where results in TestConvertToTimeSeries weren't being compared
* Update convertFromSum, convertFromLastValue tests to use multiple values
* Add tests for quantiles and distributions in utils module
* Update docker-compose and reduce sleep time in main.go for example project
* Fix docker-compose to pass CI test
* Run make precommit
* Update default Config quantiles
* Update tests to match new quantile defaults
* Run make precommit
0 commit comments