Configuration Reference
Version:5.13.1
Micronaut Micrometer Core Config Properties
🔗Property | Type | Description | Default value |
---|---|---|---|
|
java.util.Properties |
The export properties |
|
|
java.util.Properties |
The common tags properties |
Property | Type | Description | Default value |
---|---|---|---|
|
boolean |
true if enabled |
Property | Type | Description | Default value |
---|---|---|---|
|
java.lang.Double |
Default is empty. |
|
|
java.lang.Boolean |
Default: false. |
|
|
java.lang.Double |
Default: Micrometer default value (0.001). |
|
|
java.lang.Double |
Default: Micrometer default value (30). |
|
|
java.lang.Double |
Default is empty. |
Property | Type | Description | Default value |
---|---|---|---|
|
boolean |
Is enabled |
true |
Property | Type | Description | Default value |
---|---|---|---|
|
java.lang.Double |
Default is empty. |
|
|
java.lang.Boolean |
Default: false. |
|
|
java.lang.Double |
Default: Micrometer default value (0.001). |
|
|
java.lang.Double |
Default: Micrometer default value (30). |
|
|
java.lang.Double |
Default is empty. |
Micronaut Micrometer Observation Config Properties
🔗Property | Type | Description | Default value |
---|---|---|---|
|
java.util.Map |
common key values that will be added to every observation. |
Micronaut Micrometer Observation Datasource Config Properties
🔗Property | Type | Description | Default value |
---|---|---|---|
|
boolean |
Sets whether the observation data source is enabled or disabled. |
|
|
boolean |
Enables or disables proxying of result sets for observation purposes. When enabled, the observation data source will create proxies around result sets to track and record relevant events. Disabling this feature can improve performance but may limit the accuracy of observations. |
|
|
boolean |
Enables or disables proxying of generated keys for observation purposes. When enabled, the observation data source will create proxies around generated keys to track and record relevant events. Disabling this feature can improve performance but may limit the accuracy of observations. |
Property | Type | Description | Default value |
---|---|---|---|
|
net.ttddyy.observation.tracing.ConnectionAttributesManager |
||
|
net.ttddyy.observation.tracing.ConnectionObservationConvention |
||
|
net.ttddyy.observation.tracing.QueryObservationConvention |
||
|
net.ttddyy.observation.tracing.ResultSetObservationConvention |
||
|
net.ttddyy.observation.tracing.GeneratedKeysObservationConvention |
||
|
net.ttddyy.observation.tracing.QueryParametersSpanTagProvider |
||
|
boolean |
||
|
java.util.Set |
||
|
boolean |
Property | Type | Description | Default value |
---|---|---|---|
|
net.ttddyy.observation.tracing.ConnectionAttributesManager |
||
|
net.ttddyy.observation.tracing.ConnectionObservationConvention |
||
|
net.ttddyy.observation.tracing.QueryObservationConvention |
||
|
net.ttddyy.observation.tracing.ResultSetObservationConvention |
||
|
net.ttddyy.observation.tracing.GeneratedKeysObservationConvention |
||
|
net.ttddyy.observation.tracing.QueryParametersSpanTagProvider |
||
|
boolean |
||
|
java.util.Set |
||
|
boolean |
Micronaut Micrometer Observation Http Config Properties
🔗Property | Type | Description | Default value |
---|---|---|---|
|
java.util.List |
Sets the URI patterns to be excluded from observation. |
Micronaut Micrometer Registry Prometheus Pushgateway Config Properties
🔗Property | Type | Description | Default value |
---|---|---|---|
|
java.util.Map |
Map of the grouping keys. |
|
|
java.lang.String |
username for basic auth. |
|
|
java.lang.String |
password for the basic auth. |
|
|
java.time.Duration |
interval of {@link PrometheusPushGatewayScheduler#pushData()}. |
|
|
java.time.Duration |
initialDelay of {@link PrometheusPushGatewayScheduler#pushData()}. |
|
|
boolean |
is PushGateway feature enabled. |
Property | Type | Description | Default value |
---|---|---|---|
|
io.prometheus.metrics.exporter.pushgateway.Format |
||
|
java.lang.String |
||
|
java.lang.String |
||
|
io.prometheus.metrics.exporter.pushgateway.Scheme |
||
|
io.prometheus.metrics.exporter.pushgateway.HttpConnectionFactory |
||
|
java.lang.String |
||
|
io.prometheus.metrics.model.registry.PrometheusRegistry |
||
|
io.prometheus.metrics.config.EscapingScheme |
||
|
boolean |