Commit 7454852
committed
fix: LoggingSpanExporter and LoggingMetricExporter flush() always returns success
LoggingSpanExporter.flush() and LoggingMetricExporter.flush() unconditionally
return success even if underlying handlers fail. This masks errors from the
caller.
Fixes #83601 parent 1b207c6 commit 7454852
2 files changed
Lines changed: 2 additions & 2 deletions
File tree
- exporters/logging/src/main/java/io/opentelemetry/exporter/logging
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
0 commit comments