Skip to content

Commit

Permalink
[exporter/datadog] Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mx-psi committed Mar 18, 2022
1 parent ad854d7 commit 7e6a14c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions exporter/datadogexporter/example/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ exporters:
#
# metrics:
## @param send_monotonic_counter - boolean - optional - default: true
## Deprecated: [v0.48.0] Use `metrics::sums::cumulative_monotonic_mode` instead.
## Whether to report monotonic metrics as counters or gauges (raw value).
## See https://docs.datadoghq.com/integrations/guide/prometheus-metrics/#counter
## for further details
Expand Down Expand Up @@ -118,6 +119,16 @@ exporters:
## Whether to report sum and count as separate histogram metrics.
#
# send_count_sum_metrics: false

## @param sums - custom object - optional
## Sums specific configuration.
## @param cumulative_monotonic_mode - string - optional - default: to_delta
## How to report cumulative monotonic sums. Valid values are:
##
## - `to_delta` to calculate delta for sum in the client side and report as Datadog counts.
## - `raw_value` to report the raw value as a Datadog gauge.
#
# cumulative_monotonic_mode: to_delta

## @param traces - custom object - optional
## Trace exporter specific configuration.
Expand Down

0 comments on commit 7e6a14c

Please sign in to comment.