Closed sumo-drosiek closed 3 months ago
With the https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3818 we are filtering all histogram and summary metrics, however we should conditionally allow to send metrics with specific names, so customers can control it
The new option should take into consideration the following:
_bucket
The proposition is here: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3818#discussion_r1701387701
It should be straightforward to implement integration test for it, as it need only update test cofiguration and add metric to the constants
Attempt at implementing this for the next release - https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3821/files#r1706097735
Addressed in the above PR
With the https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3818 we are filtering all histogram and summary metrics, however we should conditionally allow to send metrics with specific names, so customers can control it
The new option should take into consideration the following:
_bucket
ended metricThe proposition is here: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3818#discussion_r1701387701
It should be straightforward to implement integration test for it, as it need only update test cofiguration and add metric to the constants