README.md in opentelemetry-exporter-jaeger-0.20.1 vs README.md in opentelemetry-exporter-jaeger-0.20.2

- old
+ new

@@ -35,11 +35,11 @@ ENV['OTEL_TRACES_EXPORTER'] = 'jaeger' ENV['OTEL_SERVICE_NAME'] = 'jaeger-example' ENV['OTEL_SERVICE_VERSION'] = '0.6.0' -# The exporter will connect to localhost:6381 by default. To change: +# The exporter will connect to localhost:6831 by default. To change: # ENV['OTEL_EXPORTER_JAEGER_AGENT_HOST'] = 'some.other.host' # ENV['OTEL_EXPORTER_JAEGER_AGENT_PORT'] = 12345 # The SDK reads the environment for configuration, so no additional configuration is needed: OpenTelemetry::SDK.configure @@ -84,10 +84,10 @@ The collector exporter can be configured explicitly in code, as shown above, or via environment variables. The configuration parameters, environment variables, and defaults are shown below. | Parameter | Environment variable | Default | | ------------------ | ---------------------------------------------- | -------------------------- | -| `endpoint:` | `OTEL_EXPORTER_JAEGER_ENDPOINT` | `"http://localhost:14268"` | +| `endpoint:` | `OTEL_EXPORTER_JAEGER_ENDPOINT` | `"http://localhost:14268/api/traces"` | | `username:` | `OTEL_EXPORTER_JAEGER_USER` | `nil` | | `password:` | `OTEL_EXPORTER_JAEGER_PASSWORD` | `nil` | | `ssl_verify_mode:` | `OTEL_RUBY_EXPORTER_JAEGER_SSL_VERIFY_PEER` or | `OpenSSL::SSL:VERIFY_PEER` | | | `OTEL_RUBY_EXPORTER_JAEGER_SSL_VERIFY_NONE` | |