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
Hi,
We've noticed that each consented request causes creating a set of metrics with a unique generation_id attribute value.
These metrics accumulate over time until service instance of restarted.
It's possible to filter them in collector service but default otlp collector setup doesn't do it.
This causes unnecessary metrics ingest costs and suggests there is a resource leak in services code
Hi,
We've noticed that each consented request causes creating a set of metrics with a unique
generation_idattribute value.These metrics accumulate over time until service instance of restarted.
It's possible to filter them in collector service but default otlp collector setup doesn't do it.
This causes unnecessary metrics ingest costs and suggests there is a resource leak in services code