Uses of Enum Class
com.soklet.otel.OpenTelemetryMetricsCollector.MetricNamingStrategy
-
Uses of OpenTelemetryMetricsCollector.MetricNamingStrategy in com.soklet.otel
Subclasses with type arguments of type OpenTelemetryMetricsCollector.MetricNamingStrategy in com.soklet.otelModifier and TypeClassDescriptionstatic enumNaming strategy for HTTP metric instrument names.Methods in com.soklet.otel that return OpenTelemetryMetricsCollector.MetricNamingStrategyModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.OpenTelemetryMetricsCollector.MetricNamingStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.soklet.otel with parameters of type OpenTelemetryMetricsCollector.MetricNamingStrategyModifier and TypeMethodDescriptionOpenTelemetryMetricsCollector.Builder.metricNamingStrategy(@NonNull OpenTelemetryMetricsCollector.MetricNamingStrategy metricNamingStrategy) Sets the naming strategy for HTTP metrics.