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
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ Only HTTP endpoints are supported.
10
10
11
11
| Key | Description | Default |
12
12
|-----|-------------|---------|
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`|
14
14
|`http_user`| Basic Auth username. |_none_|
15
15
|`http_passwd`| Basic Auth password. Requires `HTTP_user` to be set. |_none_|
16
16
|`port`| TCP port of the target HTTP server. |`80`|
@@ -28,13 +28,13 @@ Only HTTP endpoints are supported.
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
30
|`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_|
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`|
34
34
|`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`|
38
38
|`logs_trace_id_metadata_key`| Specify a `TraceId` key to look up in the metadata. |`$TraceId`|
39
39
|`logs_attributes_metadata_key`| Specify an `Attributes` key to look up in the metadata. |`$Attributes`|
40
40
|`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
47
47
{% tab title="fluent-bit.yaml" %}
48
48
49
49
```yaml
50
+
50
51
# Dummy Logs and traces with Node Exporter Metrics export using OpenTelemetry output plugin
51
52
# -------------------------------------------
52
53
# The following example collects host metrics on Linux and dummy logs and traces and delivers
0 commit comments