Skip to content

Commit 9a5025c

Browse files
committed
Readding lines manually
Signed-off-by: Lynette Miles <[email protected]>
1 parent 8f77d74 commit 9a5025c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pipeline/outputs/opentelemetry.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,10 @@ Only HTTP endpoints are supported.
3434
| `logs_severity_key_metadata_key` | Specify a `SeverityText` key to look up in the metadata. | `$SeverityText` |
3535
| `logs_severity_number_metadata_key` | Specify a `SeverityNumber` key to look up in the metadata. | `SeverityNumber` |
3636
| `logs_trace_flags_medatada_key` | Specify a `Flags` key to look up in the metadata. | `$Flags` |
37-
38-
37+
| `logs_span_id_metadata_key` | Specify a `SpanId` key to look up in the metadata. | `$SpanId` |
38+
| `logs_trace_id_metadata_key` | Specify a `TraceId` key to look up in the metadata. | `$TraceId` |
39+
| `logs_attributes_metadata_key` | Specify an `Attributes` key to look up in the metadata. | `$Attributes` |
40+
| `workers` | The number of [workers](../../administration/multithreading.md#outputs) to perform flush operations for this output. | `0` |
3941
## Get started
4042

4143
The OpenTelemetry plugin works with logs and only the metrics collected from one of the metric input plugins. In the following example, log records generated by the dummy plugin and the host metrics collected by the node exporter metrics plugin are exported by the OpenTelemetry output plugin.

0 commit comments

Comments
 (0)