Skip to content

Commit e1f0eaa

Browse files
authored
out_opentelemetry: support metadata key properties (#1342)
Signed-off-by: Takahiro Yamashita <nokute78@gmail.com>
1 parent 3156b41 commit e1f0eaa

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pipeline/outputs/opentelemetry.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,14 @@ Important Note: At the moment only HTTP endpoints are supported.
2222
| log_response_payload | Log the response payload within the Fluent Bit log | false |
2323
| add_label | This allows you to add custom labels to all metrics exposed through the OpenTelemetry exporter. You may have multiple of these fields | |
2424
| compress | Set payload compression mechanism. Option available is 'gzip' | |
25+
| logs_observed_timestamp_metadata_key | Specify an ObservedTimestamp key to look up in the metadata. | $ObservedKey |
26+
| logs_timestamp_metadata_key |Specify a Timestamp key to look up in the metadata. | $Timestamp |
27+
| logs_severity_key_metadata_key |Specify a SeverityText key to look up in the metadata.| $SeverityText |
28+
| logs_severity_number_metadata_key | Specify a SeverityNumber key to look up in the metadata.| $SeverityNumber |
29+
| logs_trace_flags_metadata_key |Specify a Flags key to look up in the metadata.| $Flags |
30+
| logs_span_id_metadata_key |Specify a SpanId key to look up in the metadata.| $SpanId |
31+
| logs_trace_id_metadata_key |Specify a TraceId key to look up in the metadata.| $TraceId |
32+
| logs_attributes_metadata_key |Specify an Attributes key to look up in the metadata.| $Attributes |
2533

2634
## Getting Started
2735

0 commit comments

Comments
 (0)