Interface OtelConfigMapProvider
-
- All Known Implementing Classes:
OpenTelemetryResource,SpanProcessorConfiguration
public interface OtelConfigMapProviderOpenTelemetry Configuration Map provider interface. SeeOpenTelemetryResource,SpanProcessorConfiguration
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,String>getConfigMap()The implementation ofgetConfigMap()must return aMapwith OpenTelemetry semantic attribute keys and appropriate values.
-