Class MultiLabelMetricsConfig

  • All Implemented Interfaces:
    MetricsConfig, TextConfig

    public class MultiLabelMetricsConfig
    extends java.lang.Object
    implements MetricsConfig
    A metrics configuration for a metrics render that, given a set of specified labels takes in counts of columns to increment. The input is either a matrix or a vector representing the columns to increment the count by. The column counts should be the same order as the specified labels for this configuration.
    Author:
    Adam Gibson
    • Constructor Detail

      • MultiLabelMetricsConfig

        public MultiLabelMetricsConfig()
    • Method Detail

      • metricsBinderImplementation

        public java.lang.Class<? extends io.micrometer.core.instrument.binder.MeterBinder> metricsBinderImplementation()
        Description copied from interface: MetricsConfig
        MeterBinder implementation associated with this configuration
        Specified by:
        metricsBinderImplementation in interface MetricsConfig
        Returns:
        teh meter binder class associated with this configuration
      • configValues

        public java.util.Map<java.lang.String,​java.lang.Object> configValues()
        Description copied from interface: MetricsConfig
        The configuration value separated by name and value
        Specified by:
        configValues in interface MetricsConfig
        Returns: