SumoLogic / sumologic-kubernetes-collection

Sumo Logic collection solution for Kubernetes
Apache License 2.0
147 stars 184 forks source link

Add option to allow selected histograms #3819

Closed sumo-drosiek closed 3 months ago

sumo-drosiek commented 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:

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

rnishtala-sumo commented 3 months ago

Attempt at implementing this for the next release - https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3821/files#r1706097735

rnishtala-sumo commented 3 months ago

Addressed in the above PR