prometheus / statsd_exporter

StatsD to Prometheus metrics exporter
Apache License 2.0
915 stars 230 forks source link

k6 labels/tags are not pass #573

Closed lukasztomalczyk closed 1 week ago

lukasztomalczyk commented 1 week ago

The executed k6 test sends these tags to the exporter. None of them are appended to the exporter's result. They are cut off.

image

My exporter config file:

image

Only those visible in the config file are added (release, testid). Doesn't the exporter pass tags by default? How do I set them?

lukasztomalczyk commented 1 week ago

Here is a solusion: https://github.com/LeonAdato/xk6-output-statsd ![Uploading image.png…]()

lukasztomalczyk commented 1 week ago

K6_STATSD_ENABLE_TAGS=true should be added to the k6 statsd extension.