-
Notifications
You must be signed in to change notification settings - Fork 1.6k
[extension/zpages] Add an option to enable expvar #11964
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
[extension/zpages] Add an option to enable expvar #11964
Conversation
resolve #11081 Signed-off-by: Hong Chen <[email protected]>
Signed-off-by: Hong Chen <[email protected]>
Signed-off-by: Hong Chen <[email protected]>
Signed-off-by: Hong Chen <[email protected]>
Signed-off-by: Hong Chen <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #11964 +/- ##
==========================================
+ Coverage 92.00% 92.18% +0.17%
==========================================
Files 469 469
Lines 25301 25394 +93
==========================================
+ Hits 23279 23409 +130
+ Misses 1614 1574 -40
- Partials 408 411 +3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: Hong Chen <[email protected]>
Hi @atoulme , could you help to review this PR? Thanks! |
Signed-off-by: Hong Chen <[email protected]>
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
Hi @yurishkuro @atoulme , seems this PR is marked stale, could you help to see this PR if is mergable? |
Description
Add an option to enable expvar, default is
disable
.Link to tracking issue
Resolve #11081
Testing
Add a test case to verify the newly added option works.