Skip to content

Commit a0bfcd0

Browse files
chore: Remove LogRecordProcessor.enabled for Ruby (#4731)
This was a typo. The language does not currently support this feature. cc @pellared * [X] Related issues #4717 * [ ] Related [OTEP(s)](https://github.com/open-telemetry/oteps) # * [ ] Links to the prototypes (when adding or changing features) * [ ] [`CHANGELOG.md`](https://github.com/open-telemetry/opentelemetry-specification/blob/main/CHANGELOG.md) file updated for non-trivial changes * [X] [Spec compliance matrix](https://github.com/open-telemetry/opentelemetry-specification/blob/main/spec-compliance-matrix/template.yaml) updated if necessary
1 parent 8d6e875 commit a0bfcd0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spec-compliance-matrix.md

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

spec-compliance-matrix/ruby.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ sections:
368368
- name: Can plug custom LogRecordProcessor
369369
status: '+'
370370
- name: LogRecordProcessor.Enabled
371-
status: '+'
371+
status: '?'
372372
- name: OTLP/gRPC exporter
373373
status: '?'
374374
- name: OTLP/HTTP exporter

0 commit comments

Comments
 (0)