Class CommonMetadataMetrics
java.lang.Object
fr.gouv.vitam.metadata.core.metrics.CommonMetadataMetrics
-
Field Summary
Modifier and TypeFieldDescriptionstatic final io.prometheus.client.Counter
Count all log shipping events Even when the response is log shipping already runningstatic final io.prometheus.client.Histogram
Compute metadata log shipping duration.static final io.prometheus.client.Counter
Count metadata stream documentsstatic final io.prometheus.client.Histogram
Compute metadata stream document duration.static final io.prometheus.client.Counter
Count metadata stream documentsstatic final io.prometheus.client.Histogram
Compute metadata stream document duration. -
Constructor Summary
-
Method Summary
-
Field Details
-
UNIT_SCROLL_DURATION_HISTOGRAM
public static final io.prometheus.client.Histogram UNIT_SCROLL_DURATION_HISTOGRAMCompute metadata stream document duration. -
OBJECT_SCROLL_DURATION_HISTOGRAM
public static final io.prometheus.client.Histogram OBJECT_SCROLL_DURATION_HISTOGRAMCompute metadata stream document duration. -
UNIT_SCROLL_COUNTER
public static final io.prometheus.client.Counter UNIT_SCROLL_COUNTERCount metadata stream documents -
OBJECT_SCROLL_COUNTER
public static final io.prometheus.client.Counter OBJECT_SCROLL_COUNTERCount metadata stream documents -
LOG_SHIPPING_DURATION
public static final io.prometheus.client.Histogram LOG_SHIPPING_DURATIONCompute metadata log shipping duration. This will count number of events and sum durations This will only count effective log shipping and do not count the number off calls ended with (log shipping already running) To count all log shipping events, use -
LOG_SHIPPING_COUNTER
public static final io.prometheus.client.Counter LOG_SHIPPING_COUNTERCount all log shipping events Even when the response is log shipping already running
-
-
Constructor Details
-
CommonMetadataMetrics
public CommonMetadataMetrics()
-