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
| OTEL_EXPORTER_JAEGER_ENDPOINT |Full URL of [Thrift over HTTP][jaeger_http] endpoint for Jaeger traces [2]|<!-- markdown-link-check-disable -->`"http://localhost:14268/api/traces"`<!-- markdown-link-check-enable -->|
132
132
| OTEL_EXPORTER_JAEGER_TIMEOUT | Maximum time the Jaeger exporter will wait for each batch export | 10s |
133
133
| OTEL_EXPORTER_JAEGER_USER | Username to be used for HTTP basic authentication ||
134
134
| OTEL_EXPORTER_JAEGER_PASSWORD | Password to be used for HTTP basic authentication ||
135
135
136
-
See [Jaeger Agent](https://www.jaegertracing.io/docs/latest/deployment/#agent) documentation.
136
+
[1] See [Jaeger Agent](https://www.jaegertracing.io/docs/latest/deployment/#agent) documentation.
137
+
138
+
[2] When the exporter uses the gRPC protocol, the environment variable refers to the gRPC endpoint and the default value should be `http://localhost:14250`.
137
139
138
140
## Zipkin Exporter
139
141
@@ -179,7 +181,11 @@ The SDK MAY accept a comma-separated list to enable setting multiple exporters.
0 commit comments