Skip to content

Commit ddd780a

Browse files
authored
explain spring starter properties (#10572)
1 parent ee9cdc3 commit ddd780a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@
6262
([#10355](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/10355))
6363
- Spring starter: re-use sdk logic for configuring otlp exporters
6464
([#10292](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/10292))
65+
- All available spring starter properties (including the new properties) can be found
66+
[here](https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/v2.1.0/instrumentation/spring/spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json)
67+
- You can also use auto-completion in your IDE to see the available properties in
68+
`application.properties` or `application.yml`
6569
- Spring starter: add SystemOutLogRecordExporter
6670
([#10420](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/10420))
6771
- Spring starter: use duration parser of config properties

0 commit comments

Comments
 (0)