Interface MeterRegistry.Config

Enclosing interface:
MeterRegistry

public static interface MeterRegistry.Config
Represents the configuration of the registry.
Author:
Holger Eichelberger, SSE
  • Method Details

    • meterFilter

      MeterRegistry.Config meterFilter(MeterFilter filter)
      Adds a meter filter to the registry. Filters are applied in the order in which they are added.
      Parameters:
      filter - The filter to add to the registry.
      Returns:
      This configuration instance.
    • clock

      Clock clock()
      Returns the clock.
      Returns:
      the clock used to measure durations of timers and long task timers (and sometimes influences publishing behavior).