| Package | Description |
|---|---|
| io.quarkus.micrometer.runtime.config |
| Modifier and Type | Class and Description |
|---|---|
class |
HttpClientConfigGroup
Build / static runtime config for outbound HTTP requests
|
class |
HttpServerConfigGroup
Build / static runtime config for inbound HTTP traffic
|
class |
JsonConfigGroup |
class |
KafkaConfigGroup
Build / static runtime config for Kafka Binders
|
class |
MPMetricsConfigGroup
Build / static runtime config for the Microprofile Metrics Binder
|
class |
PrometheusConfigGroup |
class |
VertxConfigGroup
Build / static runtime config for the Vert.x Binder
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
MicrometerConfig.checkBinderEnabledWithDefault(MicrometerConfig.CapabilityEnabled config)
For MeterBinder configurations with optional 'enabled' attributes,
determine whether or not the binder is enabled using
MicrometerConfig.binderEnabledDefault
as the default value. |
boolean |
MicrometerConfig.checkRegistryEnabledWithDefault(MicrometerConfig.CapabilityEnabled config)
For MeterRegistry configurations with optional 'enabled' attributes,
determine whether or not the registry is enabled using
MicrometerConfig.registryEnabledDefault
as the default value. |
Copyright © 2021 JBoss by Red Hat. All rights reserved.