-
Notifications
You must be signed in to change notification settings - Fork 272
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
Remove experimental label from apollo usage reporting configs #5807
Conversation
This comment has been minimized.
This comment has been minimized.
CI performance tests
|
Hm, shouldn't these eventually be removed and only the "new" and "enhanced" modes be available? |
Yeah the plan is to do this slowly - the defaults will change in router 2.0 and legacy options will be removed in 3.0. I think apollo_metrics_generation_mode:legacy will also be removed in router 2.0. |
We may want to remove |
Or coming at it from a different angle--the |
144d54e
to
ae67c79
Compare
### ([#5807](https://github.com/apollographql/router/pull/5807)) | ||
|
||
All known issues related to the new Apollo usage report generation have been resolved so we are renaming some experimental options to be non-experimental. | ||
* `experimental_apollo_metrics_generation_mode` is now `apollo_metrics_generation_mode` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* `experimental_apollo_metrics_generation_mode` is now `apollo_metrics_generation_mode` | |
* `experimental_apollo_metrics_generation_mode` is removed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops thanks, this must have been a copy-paste error. I had something else to put here.
@goto-bus-stop this should be good to go now, can you take a look so that I can get it into the 1.54 release? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
once the title is added to the changeset, it looks good to me! I am glad we are getting rid of one other thing that relies on JS!
Co-authored-by: Coenen Benjamin <benjamin.coenen@hotmail.com>
Removes the experimental label and renames some config options related to Apollo usage reporting:
experimental_apollo_metrics_generation_mode
has been removed since the Rust implementation has been the default since v1.49.0 and it is generating reports identical to the router-bridge implementationtelemetry.apollo.experimental_apollo_signature_normalization_algorithm
is nowtelemetry.apollo.signature_normalization_algorithm
telemetry.apollo.experimental_apollo_metrics_reference_mode
is nowtelemetry.apollo.metrics_reference_mode
The defaults have not been changed.
Checklist
Complete the checklist (and note appropriate exceptions) before the PR is marked ready-for-review.
Exceptions
Note any exceptions here
Notes
Footnotes
It may be appropriate to bring upcoming changes to the attention of other (impacted) groups. Please endeavour to do this before seeking PR approval. The mechanism for doing this will vary considerably, so use your judgement as to how and when to do this. ↩
Configuration is an important part of many changes. Where applicable please try to document configuration examples. ↩
Tick whichever testing boxes are applicable. If you are adding Manual Tests, please document the manual testing (extensively) in the Exceptions. ↩