Skip to content

Commit 145f8cd

Browse files
Frefreakesmerel
andauthored
out_opentelemetry: adjust add_label description (#1060)
* out_opentelemetry: adjust `add_label` description Signed-off-by: Frefreak <[email protected]> * Update opentelemetry.md Signed-off-by: Lynette Miles <[email protected]> * Apply suggestions from code review Signed-off-by: Lynette Miles <[email protected]> * Update pipeline/outputs/opentelemetry.md Signed-off-by: Lynette Miles <[email protected]> --------- Signed-off-by: Frefreak <[email protected]> Signed-off-by: Lynette Miles <[email protected]> Co-authored-by: Lynette Miles <[email protected]>
1 parent cdfa2e8 commit 145f8cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipeline/outputs/opentelemetry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Only HTTP endpoints are supported.
2727
| `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` |
2828
| `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` |
2929
| `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_ |
3131
| `compress` | Set payload compression mechanism. Allowed value: `gzip`. | _none_ |
3232
| `logs_observed_timestamp_metadata_key` | Specify an `ObservedTimestamp` key to look up in the metadata. | `$ObservedKey` |
3333
| `logs_timestamp_metadata_key` | Specify a `Timestamp` key to look up in the metadata. | `$Timestamp` |

0 commit comments

Comments
 (0)