Skip to content

Commit 59b261a

Browse files
craig[bot]itsbilal
craig[bot]
andcommitted
Merge #123975
123975: drtprod: ingest kv workload metrics as a datadog distribution r=sudomateo a=itsbilal Somewhat counterintuitively, Datadog's agent defaults to ingesting openmetrics histograms as counters only, losing all info about the different buckets. This change updates the datadog agent config to ingest kv workload metrics for the drt-chaos workload as a "distribution", which retains that info. Epic: none Release note: None Co-authored-by: Bilal Akhtar <[email protected]>
2 parents f95f0e9 + c69cf9d commit 59b261a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: scripts/drtprod

+1
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ instances:
131131
- openmetrics_endpoint: http://localhost:2114/metrics
132132
namespace: workload3
133133
raw_metric_prefix: workload_
134+
histogram_buckets_as_distributions: true
134135
metrics:
135136
- tpcc_.*
136137
- kv_.*

0 commit comments

Comments
 (0)