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

com.ringcentral.platform.metrics.configs.BaseMeterConfig Maven / Gradle / Ivy

The newest version!
package com.ringcentral.platform.metrics.configs;

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

import java.util.*;

public class BaseMeterConfig extends AbstractMeterConfig {

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy