Class CompositeFunctionCounter<T>

    • Method Detail

      • count

        public double count()
        Specified by:
        count in interface FunctionCounter
        Returns:
        The cumulative count since this counter was created.
      • remove

        @Deprecated
        public final void remove​(MeterRegistry registry)
        Deprecated.
        Does nothing. New registries added to the composite are automatically reflected in each meter belonging to the composite.
        Parameters:
        registry - The registry to remove.