Skip to content

Commit 89c6196

Browse files
authored
compliance-matrix: Rust implements LogRecordProcessor.Enabled (#4467)
Rust looks to already implement `LogRecordProcessor.Enabled`: https://github.com/open-telemetry/opentelemetry-rust/blob/b2de6cc5a3dc271fffee45f050e894fba57508ba/opentelemetry-sdk/src/logs/log_processor.rs#L61-L65 Also #4363 (comment): > OTel Rust also has this capability. Here's an example where it is leveraged to improve performance by dropping unwanted log early. > > https://github.com/open-telemetry/opentelemetry-rust/blob/88cae2cf7d0ff54a042d281a0df20f096d18bf82/opentelemetry-appender-tracing/benches/logs.rs#L78-L85 CC @cijothomas @open-telemetry/rust-maintainers
1 parent c449309 commit 89c6196

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec-compliance-matrix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ Disclaimer: this list of features is still a work in progress, please refer to t
203203
| SimpleLogRecordProcessor | | | + | | + | | | + | | + | | |
204204
| BatchLogRecordProcessor | | | + | | + | | | + | | + | | |
205205
| Can plug custom LogRecordProcessor | | | + | | + | | | + | | + | | |
206-
| LogRecordProcessor.Enabled | X | + | | | | | | | | | | |
206+
| LogRecordProcessor.Enabled | X | + | | | | | | | + | | | |
207207
| OTLP/gRPC exporter | | | + | | + | | | + | | + | + | |
208208
| OTLP/HTTP exporter | | | + | | + | | | + | | + | + | |
209209
| OTLP File exporter | | | - | | - | | | | | + | - | |

0 commit comments

Comments
 (0)