-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
base: main
Are you sure you want to change the base?
[extension/zpages] Add an option to enable expvar #11964
Conversation
resolve open-telemetry#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 91.54% 91.54%
=======================================
Files 467 467
Lines 25618 25622 +4
=======================================
+ Hits 23451 23455 +4
Misses 1768 1768
Partials 399 399 ☔ View full report in Codecov by Sentry. |
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.