Skip to content

Commit 56e55c0

Browse files
committed
docs: out_opentelemetry: Fix vale issues in logs_body_key description
Signed-off-by: Dean Meehan <d3an.meehan@hotmail.com>
1 parent f10cd68 commit 56e55c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pipeline/outputs/opentelemetry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ OTLP/HTTP supports both HTTP/1.1 and HTTP/2. OTLP/gRPC requires HTTP/2 and is en
3737
| `log_response_payload` | Specify if the response payload should be logged or not. | `true` |
3838
| `log_suppress_interval` | Suppresses log messages from output plugin that appear similar within a specified time interval. `0` disables suppression. | `0` |
3939
| `logs_attributes_metadata_key` | Metadata key used to read log record attributes. | `$Attributes` |
40-
| `logs_body_key` | Record accessor pattern(s) used to populate the OTLP log body. The first matching key wins. May be specified multiple times. Defaults to `$log` then `$message`. | _none_ |
40+
| `logs_body_key` | Record accessor patterns used to populate the OTLP log body. The first matching key wins. Can be specified multiple times. Defaults to `$log` then `$message`. | _none_ |
4141
| `logs_body_key_attributes` | When `true`, record fields not matched by `logs_body_key` are added to the log record's attributes instead of being dropped. | `false`|
4242
| `logs_instrumentation_scope_metadata_key` | Metadata key used to read the instrumentation scope. | `InstrumentationScope` |
4343
| `logs_max_resources` | Set the maximum number of OTLP log resources per export request (`0` disables the limit). | `0` |

0 commit comments

Comments
 (0)