open-telemetry/opentelemetry-dotnet

If there is no change, metrics exporter should receive nothing by default

Ouverte

#2 524 ouverte le 27 oct. 2021

 (12 commentaires) (2 réactions) (0 personne assignée)C# (889 forks)auto 404
enhancementhelp wantedkeep-openmetrics

Métriques du dépôt

Stars
 (3 725 étoiles)
Métriques de merge PR
 (Merge moyen 3j 17h) (112 PRs mergées en 30 j)

Description

  1. Delta exporters by default will not exporter data if there is no updates during the collection cycle.
  2. 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).
  3. 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.

Guide contributeur