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
| 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_ENDPOINT``OTEL_EXPORTER_OTLP_SPAN_ENDPOINT``OTEL_EXPORTER_OTLP_METRIC_ENDPOINT`|
11
+
| 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:4317`|`OTEL_EXPORTER_OTLP_ENDPOINT``OTEL_EXPORTER_OTLP_SPAN_ENDPOINT``OTEL_EXPORTER_OTLP_METRIC_ENDPOINT`|
12
12
| Protocol | The protocol used to transmit the data. One of `grpc`,`http/json`,`http/protobuf`. |`grpc`|`OTEL_EXPORTER_OTLP_PROTOCOL``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_INSECURE``OTEL_EXPORTER_OTLP_SPAN_INSECURE``OTEL_EXPORTER_OTLP_METRIC_INSECURE`|
14
14
| Certificate File | Path to certificate file for TLS credentials of gRPC client. Should only be used if `insecure` is set to `false`. | n/a |`OTEL_EXPORTER_OTLP_CERTIFICATE``OTEL_EXPORTER_OTLP_SPAN_CERTIFICATE``OTEL_EXPORTER_OTLP_METRIC_CERTIFICATE`|
@@ -26,7 +26,7 @@ Example 1
26
26
The following configuration sends all signals to the same collector:
0 commit comments