Enum MicrometerJobWorkerMetricsBuilder.Names
java.lang.Object
java.lang.Enum<MicrometerJobWorkerMetricsBuilder.Names>
io.camunda.client.api.worker.metrics.MicrometerJobWorkerMetricsBuilder.Names
- All Implemented Interfaces:
io.micrometer.common.docs.KeyName,Serializable,Comparable<MicrometerJobWorkerMetricsBuilder.Names>,java.lang.constant.Constable
- Enclosing interface:
MicrometerJobWorkerMetricsBuilder
public static enum MicrometerJobWorkerMetricsBuilder.Names
extends Enum<MicrometerJobWorkerMetricsBuilder.Names>
implements io.micrometer.common.docs.KeyName
Set of possible metrics/metric names.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionNew counter name backing theJobWorkerMetrics.jobActivated(int)count.New counter name backing theJobWorkerMetrics.jobHandled(int)count.Deprecated.Deprecated.since 8.8 for removal in 8.10, replaced byJOB_HANDLED -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfMethods inherited from interface io.micrometer.common.docs.KeyName
asString, isRequired, withValue, withValue
-
Enum Constant Details
-
JOB_ACTIVATED
New counter name backing theJobWorkerMetrics.jobActivated(int)count. -
JOB_HANDLED
New counter name backing theJobWorkerMetrics.jobHandled(int)count. -
ZEEBE_JOB_ACTIVATED
Deprecated.since 8.8 for removal in 8.10, replaced byJOB_ACTIVATEDCounter backing theJobWorkerMetrics.jobActivated(int)count. -
ZEEBE_JOB_HANDLED
Deprecated.since 8.8 for removal in 8.10, replaced byJOB_HANDLEDCounter backing theJobWorkerMetrics.jobHandled(int)count.
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
JOB_ACTIVATED