Class AzkarraMetricsConfig
- java.lang.Object
-
- io.streamthoughts.azkarra.metrics.AzkarraMetricsConfig
-
public class AzkarraMetricsConfig extends Object
Properties to configure metrics.
-
-
Field Summary
Fields Modifier and Type Field Description static String
METRICS_BINDERS_JVM_ENABLE_CONFIG
static String
METRICS_BINDERS_KAFKA_STREAMS_ENABLE_CONFIG
static String
METRICS_ENABLE_CONFIG
static String
METRICS_ENDPOINT_PROMETHEUS_ENABLE_CONFIG
-
Constructor Summary
Constructors Constructor Description AzkarraMetricsConfig(Conf config)
Creates a newAzkarraMetricsConfig
instance.
-
-
-
Field Detail
-
METRICS_ENABLE_CONFIG
public static final String METRICS_ENABLE_CONFIG
- See Also:
- Constant Field Values
-
METRICS_BINDERS_JVM_ENABLE_CONFIG
public static final String METRICS_BINDERS_JVM_ENABLE_CONFIG
- See Also:
- Constant Field Values
-
METRICS_BINDERS_KAFKA_STREAMS_ENABLE_CONFIG
public static final String METRICS_BINDERS_KAFKA_STREAMS_ENABLE_CONFIG
- See Also:
- Constant Field Values
-
METRICS_ENDPOINT_PROMETHEUS_ENABLE_CONFIG
public static final String METRICS_ENDPOINT_PROMETHEUS_ENABLE_CONFIG
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
AzkarraMetricsConfig
public AzkarraMetricsConfig(Conf config)
Creates a newAzkarraMetricsConfig
instance.- Parameters:
config
- theConf
.
-
-
Method Detail
-
isEnable
public boolean isEnable(String name)
-
-