router icon indicating copy to clipboard operation
router copied to clipboard

A configurable, high-performance routing runtime for Apollo Federation 🚀

Results 667 router issues
Sort by recently updated
recently updated
newest added

This integrates https://github.com/apollographql/router/pull/5235 with a small fix to get it to run. I have checked manually that the span duplication in the snapshot has no impact on traces reported to...

currently, introspection has to go through the query planner, and since that is expensive, the Router caches the introspection responses. This can end up filling the distributed cache, so until...

Currently when configuring the attributes that are output onto log events we have the following: ```yaml telemetry: exporters: logging: stdout: format: json: display_span_list: true # Output all attributes from all...

Take advantage of the recent change of internal representation of `Name`: https://github.com/apollographql/apollo-rs/pull/868

Apologies if this is not a bug. Our team has invested the better part of a week trying to get this working, and we have been unsuccessful. **Describe the bug**...

bug
raised by user

## Describe the bug Release builds of project created with ```bash cargo-scaffold scaffold https://github.com/apollographql/router.git -r apollo-router-scaffold/templates/base -t main ``` when built with Rust 1.78 and ran by providing the demo...

raised by user

### Motivation We have some known flaky tests that are in our test suite. These flaky tests are valuable, but often fail because of network-related environment things or approaches that...

*Description here* Fixes #3382 For more detail about the issue: - https://github.com/jemalloc/jemalloc/issues/467 This change is similar to what [other projects are doing](https://github.com/PingCAP-QE/ci/pull/2409). We've been using that internally as well. ---...

@bnjjj , is the difference that previously you could only use conditions on custom events? If so, we should also update this part of the documentation: https://www.apollographql.com/docs/router/configuration/telemetry/instrumentation/events/#condition ("Custom events can...

* Add a `connect` span for each field with a connector * Add unit test to check for `connect` span (adds dev-dependency on tracing-fluent-assertions) * Remove extra space at the...