🐛 Fixes
Ensure apollo_router_http_requests_total
metrics match (Issue #4047)
Identically named metrics were being emitted for apollo_router_http_requests_total
(as intended) but with different descriptions (not intended) resulting in occasional, but noisy, log warnings:
OpenTelemetry metric error occurred: Metrics error: Instrument description conflict, using existing.
The metrics' descriptions have been brought into alignment to resolve the log warnings and we will follow-up with additional work to think holistically about a more durable pattern that will prevent this from occurring in the future.
By @BrynCooke in #4065