Skip to content

Commit 4f97d48

Browse files
dsmith3197jszwedko
authored andcommitted
fix(datadog_metrics sink): improve aggregation performance (vectordotdev#18759)
* fix(datadog_metrics sink): improve aggregation performance * fix tests and add concurrency * feedback * add comment to dedupe_by * sort by metric type as well * fix flakey proptest * only dedupe non-counters in prop test
1 parent aa39f5e commit 4f97d48

File tree

5 files changed

+173
-201
lines changed

5 files changed

+173
-201
lines changed

regression/cases/syslog_regex_logs2metric_ddmetrics/vector/vector.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ type = "log_to_metric"
2727
inputs = ["remap"]
2828

2929
[[transforms.log2metric.metrics]]
30-
type = "gauge"
30+
type = "counter"
3131
field = "procid"
3232
tags.hostname = "{{ hostname }}"
3333
tags.facility = "{{ facility }}"

0 commit comments

Comments
 (0)