You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: opentelemetry-otlp/CHANGELOG.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,9 @@
17
17
`Error` which contained many variants unrelated to building an exporter, the
18
18
new one returns specific variants applicable to building an exporter. Some
19
19
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.
21
23
priority changed in favor of compile time values. Additionally the `endpoint`
22
24
field prioritizes compile time values over environment variables.
0 commit comments