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

Integration tests #13

Open olegbespalov opened 1 week ago

olegbespalov commented 1 week ago

What?

We need to create an integration test to validate that the output is working as expected. It sounds like it could be a simple HTTP server (maybe gRPC) that will receive metrics, validate that we form requests correctly, and send the expected set of metrics.

Why?

It will help us to maintain extension and test features like TLS, headers, and so on.