Interface InstrumentationManager


public interface InstrumentationManager
Azure Instrumentation Manager for Event Hubs or Service Bus processor.
  • Method Details

    • getAllHealthInstrumentation

      Set<Instrumentation> getAllHealthInstrumentation()
      Get all the instrumentation.
      Returns:
      the set instrumentation.
    • addHealthInstrumentation

      void addHealthInstrumentation(Instrumentation instrumentation)
      Add the health instrumentation.
      Parameters:
      instrumentation - the instrumentation.
    • getHealthInstrumentation

      Instrumentation getHealthInstrumentation(String id)
      Get the health instrumentation by id.
      Parameters:
      id - the id of instrumentation.
      Returns:
      the instrumentation value of this id.