Uses of Class
network.oxalis.inbound.tracing.OpenTelemetryServletConf
-
Packages that use OpenTelemetryServletConf Package Description network.oxalis.inbound network.oxalis.inbound.tracing -
-
Uses of OpenTelemetryServletConf in network.oxalis.inbound
Method parameters in network.oxalis.inbound with type arguments of type OpenTelemetryServletConf Modifier and Type Method Description protected OpenTelemetryTracingFilterInboundModule. getOpenTelemetryTracingFilter(com.google.inject.Injector injector, network.oxalis.api.settings.Settings<OpenTelemetryServletConf> settings) -
Uses of OpenTelemetryServletConf in network.oxalis.inbound.tracing
Methods in network.oxalis.inbound.tracing that return OpenTelemetryServletConf Modifier and Type Method Description static OpenTelemetryServletConfOpenTelemetryServletConf. valueOf(String name)Returns the enum constant of this type with the specified name.static OpenTelemetryServletConf[]OpenTelemetryServletConf. values()Returns an array containing the constants of this enum type, in the order they are declared.
-