All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.ringcentral.platform.metrics.counter.configs.DefaultCounterConfig Maven / Gradle / Ivy

package com.ringcentral.platform.metrics.counter.configs;

import com.ringcentral.platform.metrics.MetricContext;
import com.ringcentral.platform.metrics.configs.AbstractMeterConfig;
import com.ringcentral.platform.metrics.labels.*;

import java.util.*;

public class DefaultCounterConfig extends AbstractMeterConfig implements CounterConfig {

    public DefaultCounterConfig(
        boolean enabled,
        String description,
        LabelValues prefixLabelValues,
        List




© 2015 - 2024 Weber Informatics LLC | Privacy Policy