Skip to content

Commit 707a946

Browse files
authored
Merge pull request #2075 from fluent/lynettemiles/sc-150187/fb-otel-bad-formatting
2 parents c576098 + 18e94c7 commit 707a946

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

pipeline/outputs/opentelemetry.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Only HTTP endpoints are supported.
1010

1111
| Key | Description | Default |
1212
|-----|-------------|---------|
13-
| `host`| IP address or hostname of the target HTTP server. | `127.0.0.1` |
13+
| `host` | IP address or hostname of the target HTTP server. | `127.0.0.1` |
1414
| `http_user` | Basic Auth username. | _none_ |
1515
| `http_passwd` | Basic Auth password. Requires `HTTP_user` to be set. | _none_ |
1616
| `port` | TCP port of the target HTTP server. | `80` |
@@ -28,13 +28,13 @@ 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_ |
31+
| `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` |
3434
| `logs_severity_key_metadata_key` | Specify a `SeverityText` key to look up in the metadata. | `$SeverityText` |
35-
| `logs_severity_number_metadata_key` | Specify a `SeverityNumber` key to look up in the metadata. | `$SeverityNumber` |
36-
| `logs_trace_flags_metadata_key` | Specify a `Flags` key to look up in the metadata. | `$Flags` |
37-
| `logs_span_id_metadata_key` | Specify a `SpanId` key` to look up in the metadata. | `$SpanId` |
35+
| `logs_severity_number_metadata_key` | Specify a `SeverityNumber` key to look up in the metadata. | `$SeverityNumber` |
36+
| `logs_trace_flags_metadata_key` | Specify a `Flags` key to look up in the metadata. | `$Flags` |
37+
| `logs_span_id_metadata_key` | Specify a `SpanId` key to look up in the metadata. | `$SpanId` |
3838
| `logs_trace_id_metadata_key` | Specify a `TraceId` key to look up in the metadata. | `$TraceId` |
3939
| `logs_attributes_metadata_key` | Specify an `Attributes` key to look up in the metadata. | `$Attributes` |
4040
| `workers` | The number of [workers](../../administration/multithreading.md#outputs) to perform flush operations for this output. | `0` |
@@ -47,6 +47,7 @@ The OpenTelemetry plugin works with logs and only the metrics collected from one
4747
{% tab title="fluent-bit.yaml" %}
4848

4949
```yaml
50+
5051
# Dummy Logs and traces with Node Exporter Metrics export using OpenTelemetry output plugin
5152
# -------------------------------------------
5253
# The following example collects host metrics on Linux and dummy logs and traces and delivers

0 commit comments

Comments
 (0)