Interface OpenTelemetryMetricsConfigProvider

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void initialise​(AppIdentifier appIdentifier)
      This method will be called before initializing the OpenTelemetry instance.
      void start()
      This method is called after OpenTelemetry is instantiated.
      void stop()
      This method is called while disposing the OpenTelemetry instance.
    • Method Detail

      • initialise

        void initialise​(AppIdentifier appIdentifier)
        This method will be called before initializing the OpenTelemetry instance. It provides an opportunity to change the OpenTelemetry behavior. Please make sure only metrics related behavior is modified.
      • start

        void start()
        This method is called after OpenTelemetry is instantiated.
      • stop

        void stop()
        This method is called while disposing the OpenTelemetry instance.