Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 501 Bytes

metrics.md

File metadata and controls

27 lines (19 loc) · 501 Bytes

metrics

Datadog - Metrics Types

histogram

agent:
  histogramAggregates: ["max", "median", "avg", "count"]
  histogramPercentiles: ["0.95"]

histogramAggregates

  • max
  • min
  • median
  • avg
  • sum
  • count

Different from open-falcon

In n9e, the meaning of count is quite different from falcon. You should use monotonic_count or rate to replace count

metric-types