Datadog
<dependency>
<groupId>io.quarkiverse.micrometer.registry</groupId>
<artifactId>quarkus-micrometer-registry-datadog</artifactId>
</dependency>
Configuration
Configuration property fixed at build time - All other configuration properties are overridable at runtime
Type |
Default |
|||||||||
---|---|---|---|---|---|---|---|---|---|---|
Support for export to Datadog Support for Datadog will be enabled if Micrometer support is enabled, the Datadog 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 Datadog MeterRegistry instance. Use this attribute to veto the creation of the default Datadog MeterRegistry. Environment variable: |
boolean |
|
||||||||
Datadog MeterRegistry configuration properties. A property source for configuration of the Datadog MeterRegistry to push metrics using the Datadog API, see https://micrometer.io/docs/registry/datadog. Available values:
Other Micrometer configuration attributes can also be specified. Environment variable: |
|