opentelemetry-configuration
opentelemetry-configuration copied to clipboard
adding instrumentation configuration
Initial draft of adding instrumentation configuration.
- added all of the instrumentation-specific examples I found in https://github.com/MrAlias/otel-schema/issues/8
- a
commonproperty for settings that are common to multiple instrumentations (ie,otel.instrumentation.common.*), and added schema for the ones I know about - a series of language-specific properties, which are deliberately vague
Closes: #87