Class CommonMetadataMetrics
- java.lang.Object
-
- fr.gouv.vitam.metadata.core.metrics.CommonMetadataMetrics
-
public class CommonMetadataMetrics extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static io.prometheus.client.Counter
LOG_SHIPPING_COUNTER
Count all log shipping events Even when the response is log shipping already runningstatic io.prometheus.client.Histogram
LOG_SHIPPING_DURATION
Compute metadata log shipping duration.
-
Constructor Summary
Constructors Constructor Description CommonMetadataMetrics()
-
-
-
Field Detail
-
LOG_SHIPPING_DURATION
public static final io.prometheus.client.Histogram LOG_SHIPPING_DURATION
Compute 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_COUNTER
Count all log shipping events Even when the response is log shipping already running
-
-