statsd
/ datadog
output is too "noisy"
#2048
Labels
breaking change
for PRs that need to be mentioned in the breaking changes section of the release notes
enhancement
evaluation needed
proposal needs to be validated or tested before fully implementing it in k6
Milestone
By default, we emit a lot of unique metric tags when exporting metrics to StatsD/DataDog. We have the
K6_STATSD_TAG_BLOCKLIST
option: https://github.com/k6io/k6/blob/da5eebc638d9917cedfe98e232a7eed4cb69a157/output/statsd/config.go#L40But its value is empty by default... For comparison, we have
K6_INFLUXDB_TAGS_AS_FIELDS
in the InfluxDB output, and its default value isvu, iter, url
: https://github.com/k6io/k6/blob/da5eebc638d9917cedfe98e232a7eed4cb69a157/output/influxdb/config.go#L61We should probably add the same tags to the default StatsD blocklist value. Users might still have a problem with high cardinality metrics if they don't set the
name
tag withhttp.url
manually: https://k6.io/docs/using-k6/http-requests/#url-groupingThe text was updated successfully, but these errors were encountered: