Hi Team,
As per the latest version of k6, i updated the version and trying to send a k6 metrics to datadog by using the following command and document. As per this document i didn’t see any data send to datadog
$ K6_OTEL_GRPC_EXPORTER_INSECURE=true K6_OTEL_METRIC_PREFIX=k6_ k6 run --tag test-id=123 -o experimental-opentelemetry examples/script.js```
https://grafana.com/docs/k6/latest/results-output/real-time/opentelemetry/
I saw this documentaion help to resolve that wrong percentiles values issues
https://github.com/grafana/k6/issues/2044#issuecomment-2194455469
how do i connect to otlp and send k6 metrics to datadog
Can any one help here?
6 posts - 2 participants