public class OpenTelemetryManagerHolder
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static OpenTelemetryManager |
getOpenTelemetryManager() |
static boolean |
isCollectingPayloads() |
static boolean |
isCollectingProperties() |
static void |
loadTracerConfigurations()
Loads Tracing configurations by creating an instance of the given type required for the OpenTelemetryManager.
|
static void |
setCollectingFlags(boolean collectPayloads,
boolean collectProperties)
Sets flags that denote whether to collect payloads and properties.
|
public static void loadTracerConfigurations()
public static void setCollectingFlags(boolean collectPayloads, boolean collectProperties)
collectPayloads
- Whether to collect payloadscollectProperties
- Whether to collect propertiespublic static boolean isCollectingPayloads()
public static boolean isCollectingProperties()
public static OpenTelemetryManager getOpenTelemetryManager()
Copyright © 2005-2022 Apache Software Foundation. All Rights Reserved.