-
-
Notifications
You must be signed in to change notification settings - Fork 525
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
Change admin endpoint name #5447
Conversation
Codecov Report
@@ Coverage Diff @@
## main #5447 +/- ##
==========================================
+ Coverage 83.55% 83.57% +0.02%
==========================================
Files 276 276
Lines 40147 40180 +33
==========================================
+ Hits 33543 33582 +39
+ Misses 6604 6598 -6
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 6 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
This commit address the following, as well as rebasing off of main. - Change `admin-path-name` to `admin-endpoint` to better align with the codebase. - Create a new section in the profiling documentation to show how to use the new command line flag `--admin-endpoint=...`.
3267382
to
44f288c
Compare
Added documentation to I'm going to keep this PR in a |
switching from |
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.
Thank you, took the liberty to make some minor changes and add some tests.
Resolves #5370
Resolves #3179