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
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,10 +18,11 @@
18
18
new one returns specific variants applicable to building an exporter. Some
19
19
variants might be applicable only on select features.
20
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.
23
-
priority changed in favor of compile time values. Additionally the `endpoint`
24
-
field prioritizes compile time values over environment variables.
21
+
-**Breaking** Export configuration done via code is final. ENV variables cannot be used to override the code config.
22
+
Do not use code based config, if there is desire to control the settings via ENV variables.
23
+
List of ENV variables and corresponding setting being affected by this change.
0 commit comments