open-telemetry/opentelemetry-dotnet

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

開放

#2,524 建立於 2021年10月27日

 (12 則留言) (2 個反應) (0 位負責人)C# (889 個分叉)auto 404
enhancementhelp wantedkeep-openmetrics

倉庫指標

星標
 (3,725 顆星)
PR 合併指標
 (平均合併 3天 17小時) (30 天內合併 112 個 PR)

描述

  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.

貢獻者指南