You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pipeline/outputs/opentelemetry.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ Only HTTP endpoints are supported.
27
27
|`logs_span_id_message_key`| The span id key to look up in the log events body/message. Sets the `SpanId` field of the OpenTelemetry logs data model. |`spanId`|
28
28
|`logs_severity_text_message_key`| The severity text id key to look up in the log events body/message. Sets the `SeverityText` field of the OpenTelemetry logs data model. |`severityText`|
29
29
|`logs_severity_number_message_key`| The severity number id key to look up in the log events body/message. Sets the `SeverityNumber` field of the OpenTelemetry logs data model. |`severityNumber`|
30
-
|`add_label`| Lets you add custom labels to all metrics exposed through the OpenTelemetry exporter. You can have multiple of these fields. |_none_|
30
+
|`add_label`| Lets you add custom labels to all metrics and logs (resource attributes) exposed through the OpenTelemetry exporter. You can have multiple `add_label`fields for each label you want to add. |_none_|
31
31
|`compress`| Set payload compression mechanism. Allowed value: `gzip`. |_none_|
32
32
|`logs_observed_timestamp_metadata_key`| Specify an `ObservedTimestamp` key to look up in the metadata. |`$ObservedKey`|
33
33
|`logs_timestamp_metadata_key`| Specify a `Timestamp` key to look up in the metadata. |`$Timestamp`|
0 commit comments