Class OpenTelemetryManagerHolder


  • public class OpenTelemetryManagerHolder
    extends Object
    Holds the OpenTelemetry Manager, and configurations related to it.
    • Method Detail

      • loadTracerConfigurations

        public static void loadTracerConfigurations()
        Loads Tracing configurations by creating an instance of the given type required for the OpenTelemetryManager.
      • setCollectingFlags

        public static void setCollectingFlags​(boolean collectPayloads,
                                              boolean collectProperties)
        Sets flags that denote whether to collect payloads and properties.
        Parameters:
        collectPayloads - Whether to collect payloads
        collectProperties - Whether to collect properties
      • isCollectingPayloads

        public static boolean isCollectingPayloads()
      • isCollectingProperties

        public static boolean isCollectingProperties()