grafana / xk6-output-opentelemetry

A k6 extension to output real-time test metrics in OpenTelemetry format.
GNU Affero General Public License v3.0
5 stars 2 forks source link

Implement rate as counter #4

Closed olegbespalov closed 2 weeks ago

olegbespalov commented 1 month ago

What?

For the beginning, we do try to treat the rate metric as the simple counter, precisely like we do in statsd output.

Why?

Rate is one of the metrics types of the k6, and it should work.

olegbespalov commented 2 weeks ago

Closing in favor of https://github.com/grafana/xk6-output-opentelemetry/pull/8