Skip to content

Commit 1db3335

Browse files
committed
more testing
Signed-off-by: Lynette Miles <[email protected]>
1 parent f7858a7 commit 1db3335

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pipeline/outputs/opentelemetry.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ Only HTTP endpoints are supported.
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` |
3030
| `add_label` | Lets you add custom labels to all metrics exposed through the OpenTelemetry exporter. You can have multiple of these fields. | _none_ |
31+
| `compress` | Set payload compression mechanism. Allowed value: `gzip`. | _none_ |
32+
| `logs_observed_timestamp_metadata_key` | Specify an `ObservedTimestamp` key to look up in the metadata. | `$ObservedKey` |
33+
| `logs_timestamp_metadata_key` | Specify a `Timestamp` key to look up in the metadata. | `$Timestamp` |
34+
| `logs_severity_key_metadata_key` | Specify a `SeverityText` key to look up in the metadata. | `$SeverityText` |
3135

3236

3337
## Get started

0 commit comments

Comments
 (0)