open-telemetry/opentelemetry-dotnet
If there is no change, metrics exporter should receive nothing by default
Aberta
#2.524 aberto em 27 de out. de 2021
enhancementhelp wantedkeep-openmetrics
Métricas do repositório
- Stars
- (3.725 estrelas)
- Métricas de merge de PR
- (Mesclagem média 3d 17h) (112 fundiu PRs em 30d)
Description
- Delta exporters by default will not exporter data if there is no updates during the collection cycle.
- Cumulative exporters by default will not repeat the same data if there is no updates during the latest collection cycle (related to https://github.com/open-telemetry/opentelemetry-specification/issues/1200).
- We might provide a way to allow people to opt-in if they want the exporters to receive metrics even if there is no measurement being reported during the collection cycle.