quarkiverse / quarkus-micrometer-registry

Quarkus extensions that pull together required/related dependencies for optional micrometer registries.
https://docs.quarkiverse.io/quarkus-micrometer-registry/dev/index.html
Apache License 2.0
21 stars 17 forks source link

Support examplar for OTLP exporter #443

Open jtama opened 4 months ago

jtama commented 4 months ago

Examplars are supported when using the micrometer's PrometheusMeterRegistry, and so it should with otlp exporter.

I guess this is linked to https://github.com/micrometer-metrics/micrometer/issues/3795, but that would really be a nice to have.