Interface IMonitorContextSPI

    • Method Detail

      • setEnabled

        void setEnabled​(boolean isEnabled)
        Sets whether the current monitor context is enabled.
        Parameters:
        isEnabled - whether the current monitor context is enabled.
        Since:
        11.0.0
      • getMonitoringValuesProvidersWithStacktraces

        java.util.Collection<Tuple2<IMonitorValuesProvider,​java.lang.Exception>> getMonitoringValuesProvidersWithStacktraces()
        Returns the monitoring values providers with their stacktraces (where they were added).
        Returns:
        the monitoring values providers with their stacktraces (where they were added).
        Since:
        16.1.0