Skip to content

Commit

Permalink
Change default value for OTEL_EXPORTER_JAEGER_AGENT_PORT (open-teleme…
Browse files Browse the repository at this point in the history
…try#1812)

Co-authored-by: Armin Ruech <armin.ruech@dynatrace.com>
  • Loading branch information
bastianeicher and arminru authored Aug 25, 2021
1 parent 46ebaa3 commit 03ee979
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ release.

### SDK Configuration

- Change default value for OTEL_EXPORTER_JAEGER_AGENT_PORT to 6831.
([#1812](https://github.com/open-telemetry/opentelemetry-specification/pull/1812))

## v1.6.0 (2021-08-06)

### Context
Expand Down
4 changes: 3 additions & 1 deletion specification/sdk-environment-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,14 @@ See [OpenTelemetry Protocol Exporter Configuration Options](./protocol/exporter.
| Name | Description | Default |
|---------------------------------|------------------------------------------------------------------|--------------------------------------------------------------------------------------------------|
| OTEL_EXPORTER_JAEGER_AGENT_HOST | Hostname for the Jaeger agent | "localhost" |
| OTEL_EXPORTER_JAEGER_AGENT_PORT | Port for the Jaeger agent | 6832 |
| OTEL_EXPORTER_JAEGER_AGENT_PORT | Port for the Jaeger agent `compact` Thrift protocol | 6831 |
| OTEL_EXPORTER_JAEGER_ENDPOINT | HTTP endpoint for Jaeger traces | <!-- markdown-link-check-disable --> "http://localhost:14250"<!-- markdown-link-check-enable --> |
| OTEL_EXPORTER_JAEGER_TIMEOUT | Maximum time the Jaeger exporter will wait for each batch export | 10s |
| OTEL_EXPORTER_JAEGER_USER | Username to be used for HTTP basic authentication | - |
| OTEL_EXPORTER_JAEGER_PASSWORD | Password to be used for HTTP basic authentication | - |

See [Jaeger Agent](https://www.jaegertracing.io/docs/latest/deployment/#agent) documentation.

## Zipkin Exporter

**Status**: [Stable](document-status.md)
Expand Down

0 comments on commit 03ee979

Please sign in to comment.