summaryrefslogtreecommitdiff
path: root/plugins/metrics/tests/.rr-test.yaml
blob: cc4771d47d9acaea2128f52d48bd5ce4b1f9238a (plain)
1
2
3
4
5
6
7
8
9
metrics:
  # prometheus client address (path /metrics added automatically)
  address: localhost:2112
  collect:
    app_metric:
      type:    histogram
      help:    "Custom application metric"
      labels:  ["type"]
      buckets: [0.1, 0.2, 0.3, 1.0]