Class IdPGaugeSet

  • All Implemented Interfaces:
    com.codahale.metrics.Metric, com.codahale.metrics.MetricFilter, com.codahale.metrics.MetricSet, Aware, ApplicationContextAware

    public class IdPGaugeSet
    extends ApplicationObjectSupport
    implements com.codahale.metrics.MetricSet, com.codahale.metrics.MetricFilter
    A set of gauges for core system information.
    • Constructor Detail

      • IdPGaugeSet

        public IdPGaugeSet()
        Constructor.
    • Method Detail

      • setExposedProperties

        public void setExposedProperties​(@Nullable @NonnullElements
                                         Set<String> properties)
        Set the names of properties to expose as metrics.
        Parameters:
        properties - properties to expose
      • getMetrics

        public Map<String,​com.codahale.metrics.Metric> getMetrics()
        Specified by:
        getMetrics in interface com.codahale.metrics.MetricSet
      • matches

        public boolean matches​(String name,
                               com.codahale.metrics.Metric metric)
        Specified by:
        matches in interface com.codahale.metrics.MetricFilter