Uses of Class
network.oxalis.commons.tracing.OpenTelemetryConf
-
Packages that use OpenTelemetryConf Package Description network.oxalis.commons.tracing -
-
Uses of OpenTelemetryConf in network.oxalis.commons.tracing
Methods in network.oxalis.commons.tracing that return OpenTelemetryConf Modifier and Type Method Description static OpenTelemetryConfOpenTelemetryConf. valueOf(String name)Returns the enum constant of this type with the specified name.static OpenTelemetryConf[]OpenTelemetryConf. values()Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in network.oxalis.commons.tracing with type arguments of type OpenTelemetryConf Modifier and Type Method Description protected io.opentelemetry.sdk.trace.SpanProcessorTracingModule. getSpanProcessor(com.google.inject.Injector injector, Settings<OpenTelemetryConf> settings)
-