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
-32Lines changed: 0 additions & 32 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,38 +6,6 @@ description: An output plugin to submit Logs, Metrics, or Traces to an OpenTelem
6
6
7
7
The OpenTelemetry plugin lets you take logs, metrics, and traces from Fluent Bit and submit them to an OpenTelemetry HTTP endpoint.
8
8
9
-
Only HTTP endpoints are supported.
10
-
11
-
| Key | Description | Default |
12
-
|-----|-------------|---------|
13
-
|`host`| IP address or hostname of the target HTTP server. |`127.0.0.1`|
14
-
|`http_user`| Basic Auth username. |_none_|
15
-
|`http_passwd`| Basic Auth password. Requires `HTTP_user` to be set. |_none_|
16
-
|`port`| TCP port of the target HTTP server. |`80`|
17
-
|`proxy`| Specify an HTTP Proxy. The expected format value is `http://HOST:PORT`. HTTPS isn't supported. It's recommended to configure the [HTTP proxy environment variables](https://docs.fluentbit.io/manual/administration/http-proxy) instead as they support both HTTP and HTTPS. |_none_|
18
-
|`http2`| Defines whether HTTP/2 protocol is enabled. This setting also supports the `force` option, which forces HTTP/2 over a plain text connection. |`On`|
19
-
|`grpc`| Enables gRPC over an HTTP/2 connection. This setting applies to HTTP/2 only. |`off`|
20
-
|`metrics_uri`| Specify an optional HTTP URI for the target web server listening for metrics. For example, `/v1/metrics`. |`/`|
21
-
|`logs_uri`| Specify an optional HTTP URI for the target web server listening for logs, For example, `/v1/logs`. |`/`|
22
-
|`traces_uri`| Specify an optional HTTP URI for the target web server listening for traces, For example, `/v1/traces`. |`/`|
23
-
|`header`| Add a HTTP header key/value pair. Multiple headers can be set. |_none_|
24
-
|`log_response_payload`| Log the response payload within the Fluent Bit log. |`false`|
25
-
|`logs_body_key`| The log body key to look up in the log events body/message. Sets the `Body` field of the OpenTelemetry logs data model. |`message`|
26
-
|`logs_trace_id_message_key`| The trace id key to look up in the log events body/message. Sets the `TraceId` field of the OpenTelemetry logs data model. |`traceId`|
27
-
|`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`|
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
-
|`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_|
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`|
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
-
|`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`|
0 commit comments