OTLP
<dependency>
<groupId>io.quarkiverse.micrometer.registry</groupId>
<artifactId>quarkus-micrometer-registry-otlp</artifactId>
</dependency>
Configuration
Configuration property fixed at build time - All other configuration properties are overridable at runtime
Type |
Default |
|||||||
---|---|---|---|---|---|---|---|---|
Support for export to OTLP. Support for OTLP will be enabled if Micrometer support is enabled, the OTLP registry extension is enabled and either this value is true, or this value is unset and Environment variable: |
boolean |
|||||||
By default, this extension will create a OTLP MeterRegistry instance. Use this attribute to veto the creation of the default OTLP MeterRegistry. Environment variable: |
boolean |
|
||||||
OTLP registry configuration properties. A property source for configuration of the OTLP MeterRegistry, see https://micrometer.io/docs/registry/otlp. Available values:
Other Micrometer configuration attributes can also be specified. Environment variable: |
|