Skip to content

Commit

Permalink
[exporter/datadogexporter] Correct default value for `send_count_sum_…
Browse files Browse the repository at this point in the history
…metrics` (#6130)
  • Loading branch information
mx-psi authored Nov 4, 2021
1 parent 92f0cc3 commit e0d9e24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion exporter/datadogexporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,4 @@ There are a number of optional settings for configuring how to send your metrics
| `delta_ttl` | Maximum number of seconds values from cumulative monotonic metrics are kept in memory. | 3600 |
| `report_quantiles` | Whether to report quantile values for summary type metrics. | `true` |
| `histograms::mode` | Mode for histograms. Valid values are `nobuckets` (no bucket metrics), `counters` (one metric per bucket) and `distributions` (send as Datadog distributions, recommended). | `distributions` |
| `histograms::send_count_sum_metrics` | Whether to report sum and count for histograms as separate metrics. | `true` |
| `histograms::send_count_sum_metrics` | Whether to report sum and count for histograms as separate metrics. | `false` |
4 changes: 2 additions & 2 deletions exporter/datadogexporter/example/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,10 @@ exporters:
#
# mode: distributions

## @param send_count_sum_metrics - boolean - optional - default: true
## @param send_count_sum_metrics - boolean - optional - default: false
## Whether to report sum and count as separate histogram metrics.
#
# send_count_sum_metrics: true
# send_count_sum_metrics: false

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

0 comments on commit e0d9e24

Please sign in to comment.