Skip to content

Commit e9b11ab

Browse files
committed
Fix README
1 parent 77c395b commit e9b11ab

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

declarative-config-bridge/README.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,12 @@
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

103
Declarative Config Bridge allows instrumentation authors to access configuration in a uniform way,
114
regardless of the configuration source.
125

136
The bridge allows you to read configuration using the system property style when dealing with
147
declarative configuration.
158

16-
### Example
9+
## Example
1710

1811
As an example, let's look at the inferred spans configuration.
1912
First, there is a configuration method that reads the properties and is unaware of the source of the

0 commit comments

Comments
 (0)