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

Introduce more configuration options #7

Closed olegbespalov closed 1 week ago

olegbespalov commented 1 month ago

What?

In #5, we align the configuration with the OpenTelemetry SDK. Based on this, we should also introduce more configuration options, like:

### Tasks
- [ ] https://github.com/grafana/xk6-output-opentelemetry/pull/11
- [ ] Support for TLS configuration
- [ ] Support for passing the headers (metadata in gRPC)

Why?

Having configurable output should cover many cases that our users could have.