Skip to content

Commit 8a745ca

Browse files
gruebelcijothomas
andauthored
Update opentelemetry-otlp/CHANGELOG.md
Co-authored-by: Cijo Thomas <[email protected]>
1 parent c233050 commit 8a745ca

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

opentelemetry-otlp/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@
1717
`Error` which contained many variants unrelated to building an exporter, the
1818
new one returns specific variants applicable to building an exporter. Some
1919
variants might be applicable only on select features.
20-
- *Breaking* `ExportConfig`'s `timeout` field is now optional, and the order of
20+
- **Breaking** `ExportConfig`'s `timeout` field is now optional(`Option<Duration>`)
21+
- **Breaking** Configuration done via code is final. ENV variables cannot be used to override the code config. Do not use code based config, if there is desire to control the settings via ENV variables.
22+
List of ENV variables and corresponding setting being affected by this change.
2123
priority changed in favor of compile time values. Additionally the `endpoint`
2224
field prioritizes compile time values over environment variables.
2325

0 commit comments

Comments
 (0)