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

com.ringcentral.platform.metrics.micrometer.MfMeterBase Maven / Gradle / Ivy

There is a newer version: 4.0.0-RELEASE
Show newest version
package com.ringcentral.platform.metrics.micrometer;

import com.ringcentral.platform.metrics.MetricRegistry;
import com.ringcentral.platform.metrics.labels.*;
import com.ringcentral.platform.metrics.names.MetricName;
import io.micrometer.core.instrument.Meter.Id;
import io.micrometer.core.instrument.Tag;

import java.util.*;

import static com.ringcentral.platform.metrics.labels.LabelValues.*;

public class MfMeterBase {

    private final MetricRegistry mfRegistry;
    private final Id id;
    private final MetricName name;
    private final List




© 2015 - 2025 Weber Informatics LLC | Privacy Policy