File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed
declarative-config-bridge Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change 1- # OpenTelemetry Instrumentation API Incubator
2-
3- Instrumentation API Incubator is a collection of libraries that provide additional functionality
4- for OpenTelemetry instrumentation and auto-configuration. It is intended to be used by
5- instrumentation authors and auto-configuration providers to enhance their capabilities and provide a
6- more consistent experience when working with OpenTelemetry.
7-
8- ## Declarative Config Bridge
1+ # Declarative Config Bridge
92
103Declarative Config Bridge allows instrumentation authors to access configuration in a uniform way,
114regardless of the configuration source.
125
136The bridge allows you to read configuration using the system property style when dealing with
147declarative configuration.
158
16- ### Example
9+ ## Example
1710
1811As an example, let's look at the inferred spans configuration.
1912First, there is a configuration method that reads the properties and is unaware of the source of the
You can’t perform that action at this time.
0 commit comments