Constant Field Values
Contents
io.quarkus.*
-
io.quarkus.micrometer.runtime.MeterRegistryCustomizer Modifier and Type Constant Field Value public static final int
DEFAULT_PRIORITY
0
public static final int
MINIMUM_PRIORITY
-2147483648
public static final int
QUARKUS_CUSTOMIZER_PRIORITY
-2147483548
-
io.quarkus.micrometer.runtime.MicrometerCountedInterceptor Modifier and Type Constant Field Value public final String
RESULT_TAG_FAILURE_VALUE
"failure"
public final String
RESULT_TAG_SUCCESS_VALUE
"success"
-
io.quarkus.micrometer.runtime.MicrometerRecorder Modifier and Type Constant Field Value static final String
DEFAULT_EXCEPTION_TAG_VALUE
"none"
-
io.quarkus.micrometer.runtime.MicrometerTimedInterceptor Modifier and Type Constant Field Value public static final String
DEFAULT_METRIC_NAME
"method.timed"
-
io.quarkus.micrometer.runtime.binder.RequestMetricInfo Modifier and Type Constant Field Value public static final String
HTTP_REQUEST_PATH
"HTTP_REQUEST_PATH"
public static final String
ROOT
"/"
-
io.quarkus.micrometer.runtime.binder.stork.StorkObservationCollectorBean Modifier and Type Constant Field Value public static final String
METRICS_SUFIX
"-metrics"
-
io.quarkus.micrometer.runtime.binder.vertx.VertxMeterBinderAdapter Modifier and Type Constant Field Value public static final String
METRIC_NAME_SEPARATOR
"|"
-
io.quarkus.micrometer.runtime.export.ConfigAdapter Modifier and Type Constant Field Value static final String
ROOT
"quarkus.micrometer.export."
-
io.quarkus.micrometer.runtime.export.PrometheusMeterRegistryProvider Modifier and Type Constant Field Value static final String
PREFIX
"prometheus."