Interface ServerMetricsEx

    • Method Detail

      • callCounter

        @NotNull
        default Counter callCounter​(@NotNull
                                    String simpleClassName,
                                    @NotNull
                                    String methodName)
        A helper to create Counter for method calls
      • unregisterAll

        void unregisterAll()
      • addCommonTag

        void addCommonTag​(String name,
                          String value)