-
Notifications
You must be signed in to change notification settings - Fork 277
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade OTel to 0.24 to support Hyper 1 (#6493)
Co-authored-by: Bryn Cooke <[email protected]> Co-authored-by: bryn <[email protected]>
- Loading branch information
1 parent
53b8502
commit 8d233bb
Showing
140 changed files
with
1,865 additions
and
25,053 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
### Upgrade OTel to support Hyper 1 ([PR #6493](https://github.com/apollographql/router/pull/6493)) | ||
|
||
Upgrades OpenTelemetry dependencies to support hyper 1. The latest versions of OpenTelemetry do not support legacy Jaeger traces. Users should export OpenTelemetry Protocol (OTLP) traces to Jaeger instead. Note that Jaeger _propagation_ is still supported. | ||
|
||
(Deprecated) Legacy Jaeger Exporter: | ||
|
||
```yaml | ||
telemetry.exporters.tracing: | ||
propagation: | ||
jaeger: true | ||
jaeger: | ||
enabled: true | ||
batch_processor: | ||
scheduled_delay: 100ms | ||
agent: | ||
endpoint: default | ||
``` | ||
(Recommended) OTLP Exporter: | ||
```yaml | ||
telemetry.exporters.tracing: | ||
propagation: | ||
jaeger: true | ||
otlp: | ||
enabled: true | ||
batch_processor: | ||
scheduled_delay: 100ms | ||
endpoint: default | ||
``` | ||
By [@tninesling](https://github.com/tninesling) in https://github.com/apollographql/router/pull/6493 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.