Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion NEXT_CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ By [@bryncooke](https://github.com/bryncooke) in https://github.com/apollographq

Update to OpenTelemetry 0.18.

By [@bryncooke](https://github.com/bryncooke) and [@bnjjj](https://github.com/bnjjj) in https://github.com/apollographql/router/pull/1970
By [@bryncooke](https://github.com/bryncooke) and [@bnjjj](https://github.com/bnjjj) in https://github.com/apollographql/router/pull/1970 and https://github.com/apollographql/router/pull/2236

### Remove spaceport ([Issue #2233](https://github.com/apollographql/router/issues/2233))

Expand Down
1 change: 0 additions & 1 deletion apollo-router/src/plugins/telemetry/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,6 @@ impl Telemetry {
// we use the aggregate meter provider that is created below. It enables us to support
// sending metrics to multiple providers at once, of which hopefully Apollo Studio is one.
let mut builder = Self::create_metrics_exporters(&config)?;
opentelemetry::global::set_meter_provider(builder.meter_provider());

// the global tracer and subscriber initialization step must be performed only once
TELEMETRY_LOADED.get_or_try_init::<_, BoxError>(|| {
Expand Down