Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add OM v2 counters note to extra_metrics config example #12012

Merged
merged 1 commit into from
May 12, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions aerospike/datadog_checks/aerospike/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,12 @@ instances:
##
## The supported native types are `gauge`, `counter`, `histogram`, and `summary`.
##
## Note: To collect counter metrics with names ending in `_total`, specify the metric name without the `_total`
## suffix. For example, to collect the counter metric `promhttp_metric_handler_requests_total`, specify
## `promhttp_metric_handler_requests`. This submits to Datadog the metric name appended with `.count`.
## For more information, see:
## https://github.com/OpenObservability/OpenMetrics/blob/main/specification/OpenMetrics.md#suffixes
##
## Regular expressions may be used to match the exposed metric names, for example:
##
## metrics:
Expand Down
6 changes: 6 additions & 0 deletions amazon_msk/datadog_checks/amazon_msk/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,12 @@ instances:
##
## The supported native types are `gauge`, `counter`, `histogram`, and `summary`.
##
## Note: To collect counter metrics with names ending in `_total`, specify the metric name without the `_total`
## suffix. For example, to collect the counter metric `promhttp_metric_handler_requests_total`, specify
## `promhttp_metric_handler_requests`. This submits to Datadog the metric name appended with `.count`.
## For more information, see:
## https://github.com/OpenObservability/OpenMetrics/blob/main/specification/OpenMetrics.md#suffixes
##
## Regular expressions may be used to match the exposed metric names, for example:
##
## metrics:
Expand Down
6 changes: 6 additions & 0 deletions arangodb/datadog_checks/arangodb/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,12 @@ instances:
##
## The supported native types are `gauge`, `counter`, `histogram`, and `summary`.
##
## Note: To collect counter metrics with names ending in `_total`, specify the metric name without the `_total`
## suffix. For example, to collect the counter metric `promhttp_metric_handler_requests_total`, specify
## `promhttp_metric_handler_requests`. This submits to Datadog the metric name appended with `.count`.
## For more information, see:
## https://github.com/OpenObservability/OpenMetrics/blob/main/specification/OpenMetrics.md#suffixes
##
## Regular expressions may be used to match the exposed metric names, for example:
##
## metrics:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,12 @@ instances:
##
## The supported native types are `gauge`, `counter`, `histogram`, and `summary`.
##
## Note: To collect counter metrics with names ending in `_total`, specify the metric name without the `_total`
## suffix. For example, to collect the counter metric `promhttp_metric_handler_requests_total`, specify
## `promhttp_metric_handler_requests`. This submits to Datadog the metric name appended with `.count`.
## For more information, see:
## https://github.com/OpenObservability/OpenMetrics/blob/main/specification/OpenMetrics.md#suffixes
##
## Regular expressions may be used to match the exposed metric names, for example:
##
## metrics:
Expand Down
6 changes: 6 additions & 0 deletions calico/datadog_checks/calico/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,12 @@ instances:
##
## The supported native types are `gauge`, `counter`, `histogram`, and `summary`.
##
## Note: To collect counter metrics with names ending in `_total`, specify the metric name without the `_total`
## suffix. For example, to collect the counter metric `promhttp_metric_handler_requests_total`, specify
## `promhttp_metric_handler_requests`. This submits to Datadog the metric name appended with `.count`.
## For more information, see:
## https://github.com/OpenObservability/OpenMetrics/blob/main/specification/OpenMetrics.md#suffixes
##
## Regular expressions may be used to match the exposed metric names, for example:
##
## metrics:
Expand Down
6 changes: 6 additions & 0 deletions cilium/datadog_checks/cilium/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,12 @@ instances:
##
## The supported native types are `gauge`, `counter`, `histogram`, and `summary`.
##
## Note: To collect counter metrics with names ending in `_total`, specify the metric name without the `_total`
## suffix. For example, to collect the counter metric `promhttp_metric_handler_requests_total`, specify
## `promhttp_metric_handler_requests`. This submits to Datadog the metric name appended with `.count`.
## For more information, see:
## https://github.com/OpenObservability/OpenMetrics/blob/main/specification/OpenMetrics.md#suffixes
##
## Regular expressions may be used to match the exposed metric names, for example:
##
## metrics:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,12 @@ instances:
##
## The supported native types are `gauge`, `counter`, `histogram`, and `summary`.
##
## Note: To collect counter metrics with names ending in `_total`, specify the metric name without the `_total`
## suffix. For example, to collect the counter metric `promhttp_metric_handler_requests_total`, specify
## `promhttp_metric_handler_requests`. This submits to Datadog the metric name appended with `.count`.
## For more information, see:
## https://github.com/OpenObservability/OpenMetrics/blob/main/specification/OpenMetrics.md#suffixes
##
## Regular expressions may be used to match the exposed metric names, for example:
##
## metrics:
Expand Down
6 changes: 6 additions & 0 deletions coredns/datadog_checks/coredns/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,12 @@ instances:
##
## The supported native types are `gauge`, `counter`, `histogram`, and `summary`.
##
## Note: To collect counter metrics with names ending in `_total`, specify the metric name without the `_total`
## suffix. For example, to collect the counter metric `promhttp_metric_handler_requests_total`, specify
## `promhttp_metric_handler_requests`. This submits to Datadog the metric name appended with `.count`.
## For more information, see:
## https://github.com/OpenObservability/OpenMetrics/blob/main/specification/OpenMetrics.md#suffixes
##
## Regular expressions may be used to match the exposed metric names, for example:
##
## metrics:
Expand Down
6 changes: 6 additions & 0 deletions envoy/datadog_checks/envoy/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,12 @@ instances:
##
## The supported native types are `gauge`, `counter`, `histogram`, and `summary`.
##
## Note: To collect counter metrics with names ending in `_total`, specify the metric name without the `_total`
## suffix. For example, to collect the counter metric `promhttp_metric_handler_requests_total`, specify
## `promhttp_metric_handler_requests`. This submits to Datadog the metric name appended with `.count`.
## For more information, see:
## https://github.com/OpenObservability/OpenMetrics/blob/main/specification/OpenMetrics.md#suffixes
##
## Regular expressions may be used to match the exposed metric names, for example:
##
## metrics:
Expand Down
6 changes: 6 additions & 0 deletions haproxy/datadog_checks/haproxy/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,12 @@ instances:
##
## The supported native types are `gauge`, `counter`, `histogram`, and `summary`.
##
## Note: To collect counter metrics with names ending in `_total`, specify the metric name without the `_total`
## suffix. For example, to collect the counter metric `promhttp_metric_handler_requests_total`, specify
## `promhttp_metric_handler_requests`. This submits to Datadog the metric name appended with `.count`.
## For more information, see:
## https://github.com/OpenObservability/OpenMetrics/blob/main/specification/OpenMetrics.md#suffixes
##
## Regular expressions may be used to match the exposed metric names, for example:
##
## metrics:
Expand Down
6 changes: 6 additions & 0 deletions istio/datadog_checks/istio/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,12 @@ instances:
##
## The supported native types are `gauge`, `counter`, `histogram`, and `summary`.
##
## Note: To collect counter metrics with names ending in `_total`, specify the metric name without the `_total`
## suffix. For example, to collect the counter metric `promhttp_metric_handler_requests_total`, specify
## `promhttp_metric_handler_requests`. This submits to Datadog the metric name appended with `.count`.
## For more information, see:
## https://github.com/OpenObservability/OpenMetrics/blob/main/specification/OpenMetrics.md#suffixes
##
## Regular expressions may be used to match the exposed metric names, for example:
##
## metrics:
Expand Down
6 changes: 6 additions & 0 deletions kong/datadog_checks/kong/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,12 @@ instances:
##
## The supported native types are `gauge`, `counter`, `histogram`, and `summary`.
##
## Note: To collect counter metrics with names ending in `_total`, specify the metric name without the `_total`
## suffix. For example, to collect the counter metric `promhttp_metric_handler_requests_total`, specify
## `promhttp_metric_handler_requests`. This submits to Datadog the metric name appended with `.count`.
## For more information, see:
## https://github.com/OpenObservability/OpenMetrics/blob/main/specification/OpenMetrics.md#suffixes
##
## Regular expressions may be used to match the exposed metric names, for example:
##
## metrics:
Expand Down
6 changes: 6 additions & 0 deletions linkerd/datadog_checks/linkerd/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,12 @@ instances:
##
## The supported native types are `gauge`, `counter`, `histogram`, and `summary`.
##
## Note: To collect counter metrics with names ending in `_total`, specify the metric name without the `_total`
## suffix. For example, to collect the counter metric `promhttp_metric_handler_requests_total`, specify
## `promhttp_metric_handler_requests`. This submits to Datadog the metric name appended with `.count`.
## For more information, see:
## https://github.com/OpenObservability/OpenMetrics/blob/main/specification/OpenMetrics.md#suffixes
##
## Regular expressions may be used to match the exposed metric names, for example:
##
## metrics:
Expand Down
6 changes: 6 additions & 0 deletions pulsar/datadog_checks/pulsar/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,12 @@ instances:
##
## The supported native types are `gauge`, `counter`, `histogram`, and `summary`.
##
## Note: To collect counter metrics with names ending in `_total`, specify the metric name without the `_total`
## suffix. For example, to collect the counter metric `promhttp_metric_handler_requests_total`, specify
## `promhttp_metric_handler_requests`. This submits to Datadog the metric name appended with `.count`.
## For more information, see:
## https://github.com/OpenObservability/OpenMetrics/blob/main/specification/OpenMetrics.md#suffixes
##
## Regular expressions may be used to match the exposed metric names, for example:
##
## metrics:
Expand Down
6 changes: 6 additions & 0 deletions vault/datadog_checks/vault/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,12 @@ instances:
##
## The supported native types are `gauge`, `counter`, `histogram`, and `summary`.
##
## Note: To collect counter metrics with names ending in `_total`, specify the metric name without the `_total`
## suffix. For example, to collect the counter metric `promhttp_metric_handler_requests_total`, specify
## `promhttp_metric_handler_requests`. This submits to Datadog the metric name appended with `.count`.
## For more information, see:
## https://github.com/OpenObservability/OpenMetrics/blob/main/specification/OpenMetrics.md#suffixes
##
## Regular expressions may be used to match the exposed metric names, for example:
##
## metrics:
Expand Down