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: specification/trace/sdk_exporters/otlp.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
# OpenTelemetry Protocol Collector Exporter
1
+
# OpenTelemetry Protocol Exporter
2
2
3
-
This document specifies the configuration options available to the OpenTelemetry Protocol ([OTLP](https://github.com/open-telemetry/oteps/blob/master/text/0035-opentelemetry-protocol.md)) [Collector](https://github.com/open-telemetry/opentelemetry-collector)`SpanExporter` and `MetricsExporter` as well as the retry behavior.
3
+
This document specifies the configuration options available to the OpenTelemetry Protocol ([OTLP](https://github.com/open-telemetry/oteps/blob/master/text/0035-opentelemetry-protocol.md)) `SpanExporter` and `MetricsExporter` as well as the retry behavior.
4
4
5
5
## Configuration Options
6
6
@@ -9,12 +9,12 @@ The configuration options are configurable separately for the `SpanExporter` and
| Endpoint | Target to which the exporter is going to send spans or metrics. This MAY be configured to include a path (e.g. `example.com/v1/traces`). |`localhost:55680`|`OTEL_EXPORTER_OTLP_SPAN_ENDPOINT``OTEL_EXPORTER_OTLP_METRIC_ENDPOINT`|
12
-
| Protocol | The protocol used to send data to the collector. One of `grpc`,`http/json`,`http/proto`. |`grpc`|`OTEL_EXPORTER_OTLP_SPAN_PROTOCOL``OTEL_EXPORTER_OTLP_METRIC_PROTOCOL`|
12
+
| Protocol | The protocol used to transmit the data. One of `grpc`,`http/json`,`http/proto`. |`grpc`|`OTEL_EXPORTER_OTLP_SPAN_PROTOCOL``OTEL_EXPORTER_OTLP_METRIC_PROTOCOL`|
13
13
| Insecure | Whether to enable client transport security for the exporter's `grpc` or `http` connection. |`false`|`OTEL_EXPORTER_OTLP_SPAN_INSECURE``OTEL_EXPORTER_OTLP_METRIC_INSECURE`|
14
14
| Certificate File | Certificate file for TLS credentials of gRPC client. Should only be used if `insecure` is set to `false`. | n/a |`OTEL_EXPORTER_OTLP_SPAN_CERTIFICATE``OTEL_EXPORTER_OTLP_METRIC_CERTIFICATE`|
15
15
| Headers | The headers associated with gRPC or HTTP requests. | n/a |`OTEL_EXPORTER_OTLP_SPAN_HEADERS``OTEL_EXPORTER_OTLP_METRIC_HEADERS`|
16
-
| Compression | Compression key for supported compression types within collector. Supported compression: `gzip`| no compression |`OTEL_EXPORTER_OTLP_SPAN_COMPRESSION``OTEL_EXPORTER_OTLP_METRIC_COMPRESSION`|
17
-
| Timeout | Max waiting time for the collector to process each spans or metrics batch. | 60s |`OTEL_EXPORTER_OTLP_SPAN_TIMEOUT``OTEL_EXPORTER_OTLP_METRIC_TIMEOUT`|
16
+
| Compression | Compression key for supported compression types. Supported compression: `gzip`| no compression |`OTEL_EXPORTER_OTLP_SPAN_COMPRESSION``OTEL_EXPORTER_OTLP_METRIC_COMPRESSION`|
17
+
| Timeout | Max waiting time for the backend to process each spans or metrics batch. | 60s |`OTEL_EXPORTER_OTLP_SPAN_TIMEOUT``OTEL_EXPORTER_OTLP_METRIC_TIMEOUT`|
0 commit comments