Skip to content

Commit

Permalink
fix(datadog_metrics sink): improve aggregation performance (vectordot…
Browse files Browse the repository at this point in the history
…dev#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
  • Loading branch information
dsmith3197 committed Oct 5, 2023
1 parent f300c85 commit 6a40169
Show file tree
Hide file tree
Showing 5 changed files with 173 additions and 201 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ type = "log_to_metric"
inputs = ["remap"]

[[transforms.log2metric.metrics]]
type = "gauge"
type = "counter"
field = "procid"
tags.hostname = "{{ hostname }}"
tags.facility = "{{ facility }}"
Expand Down
Loading

0 comments on commit 6a40169

Please sign in to comment.