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

Minimal working version #3

Closed olegbespalov closed 1 month ago

olegbespalov commented 1 month ago

What?

It's the first minimum working version that actually sends metrics to an OTEl receiver.

It has limited support of metric types (count, gauge, trend(?)). Only gRPC receiver. Limited configuration.

Why?

An iterative approach to reduce the scope of the PRs.

Dependent on #2

Part of #1

olegbespalov commented 1 month ago

General question, do we expect to start delta or cumulative mode? Or both?

@codebien If possible, we could make this configurable, so probably both. However, the default behavior should be close to most of the other k6 outputs.