Package io.strimzi.api.kafka.model
Class JmxPrometheusExporterMetrics
- java.lang.Object
-
- io.strimzi.api.kafka.model.MetricsConfig
-
- io.strimzi.api.kafka.model.JmxPrometheusExporterMetrics
-
- All Implemented Interfaces:
UnknownPropertyPreserving,Serializable
public class JmxPrometheusExporterMetrics extends MetricsConfig
JMX Prometheus Exporter metrics config- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringTYPE_JMX_EXPORTER
-
Constructor Summary
Constructors Constructor Description JmxPrometheusExporterMetrics()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetType()ExternalConfigurationReferencegetValueFrom()voidsetValueFrom(ExternalConfigurationReference valueFrom)-
Methods inherited from class io.strimzi.api.kafka.model.MetricsConfig
getAdditionalProperties, setAdditionalProperty
-
-
-
-
Field Detail
-
TYPE_JMX_EXPORTER
public static final String TYPE_JMX_EXPORTER
- See Also:
- Constant Field Values
-
-
Method Detail
-
getValueFrom
public ExternalConfigurationReference getValueFrom()
-
setValueFrom
public void setValueFrom(ExternalConfigurationReference valueFrom)
-
getType
public String getType()
- Specified by:
getTypein classMetricsConfig
-
-