Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add signature generation configuration #5442

Closed
wants to merge 26 commits into from

Conversation

Meschreiber
Copy link
Contributor

Adds experimental configuration for enhanced signature generation

Meschreiber and others added 6 commits June 12, 2024 17:38
JSON path usage in custom instruments was requiring a transformation to serde_json::Value before selecting, which had a performance impact. This updates the serde_json_bytes crate version to 0.2.3, where it introduces a JSON path implementation ported over from jsonpath_rust and improved.
The overhead of JSON selection was measured at 2.6% with a router on dev at acb1bdb, and 0.1% with this commit
@Meschreiber Meschreiber requested a review from a team as a code owner June 13, 2024 21:45
@Meschreiber Meschreiber marked this pull request as draft June 13, 2024 21:45
Copy link
Contributor

@Meschreiber, please consider creating a changeset entry in /.changesets/. These instructions describe the process and tooling.

@router-perf
Copy link

router-perf bot commented Jun 13, 2024

CI performance tests

  • step - Basic stress test that steps up the number of users over time
  • reload - Reload test over a long period of time at a constant rate of users
  • step-with-prometheus - A copy of the step test with the Prometheus metrics exporter enabled
  • events_without_dedup_callback - Stress test for events with a lot of users and deduplication DISABLED using callback mode
  • no-tracing - Basic stress test, no tracing
  • events - Stress test for events with a lot of users and deduplication ENABLED
  • events_without_dedup - Stress test for events with a lot of users and deduplication DISABLED
  • events_big_cap_high_rate_callback - Stress test for events with a lot of users, deduplication enabled and high rate event with a big queue capacity using callback mode
  • xlarge-request - Stress test with 10 MB request payload
  • const - Basic stress test that runs with a constant number of users
  • events_big_cap_high_rate - Stress test for events with a lot of users, deduplication enabled and high rate event with a big queue capacity
  • step-jemalloc-tuning - Clone of the basic stress test for jemalloc tuning
  • xxlarge-request - Stress test with 100 MB request payload
  • demand-control-uninstrumented - A copy of the step test, but with demand control monitoring enabled
  • events_callback - Stress test for events with a lot of users and deduplication ENABLED in callback mode
  • large-request - Stress test with a 1 MB request payload
  • demand-control-instrumented - A copy of the step test, but with demand control monitoring and metrics enabled

@Meschreiber Meschreiber requested a review from bonnici June 13, 2024 21:48
@Meschreiber Meschreiber marked this pull request as ready for review June 13, 2024 21:48
Copy link
Contributor

@bonnici bonnici left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good except for the enterprise-only tag.

docs/source/configuration/overview.mdx Outdated Show resolved Hide resolved
bnjjj and others added 3 commits June 14, 2024 11:31
Signed-off-by: Benjamin Coenen <5719034+bnjjj@users.noreply.github.com>
Co-authored-by: bryn <bryn@apollographql.com>
@Meschreiber Meschreiber requested a review from bonnici June 14, 2024 14:36
Meschreiber and others added 3 commits June 14, 2024 08:37
This PR fixes a bug in selection set equality checking where it compares the schema and selection set's type when it shouldn't.

Note that we encountered this bug when discovering that condition exclusion wasn't working as expected. With this bugfix, computing how to jump to each subgraph should be much faster when there are many subgraphs.

Co-authored-by: Derek Kuc <dkuc@apollographql.com>
@Meschreiber Meschreiber requested a review from a team June 14, 2024 20:54
duckki and others added 6 commits June 14, 2024 19:42
This PR fixes a small logic bug in filter_on_schema.
4 of the requires.rs test failures are gone.
Co-authored-by: Iryna Shestak <shestak.irina@gmail.com>
- Eliminated most of the remaining failures of FED-251.

(Partially) Fixes https://apollographql.atlassian.net/browse/FED-251
When using `experimental_query_planner_mode:both`, emit mismatch metrics as debug rather than warn as there are still a fair few mismatches.
@Meschreiber Meschreiber changed the base branch from dev to 1.49.0 June 17, 2024 17:35
@Meschreiber
Copy link
Contributor Author

Closed in favor of #5466

@abernix abernix deleted the docs/add-signature-generation-configuration branch January 20, 2025 15:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants