-
Notifications
You must be signed in to change notification settings - Fork 19
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
Metrics: support expose metrics for plugins #827
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #827 +/- ##
===========================================
- Coverage 85.44% 66.92% -18.52%
===========================================
Files 141 101 -40
Lines 8407 4828 -3579
===========================================
- Hits 7183 3231 -3952
- Misses 969 1444 +475
+ Partials 255 153 -102 ☔ View full report in Codecov by Sentry. |
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.
To test the behavior, we can define a new API like
func (dp *DataPlane) SetLogLevel(loggerName string, level string) error { |
c1c2719
to
9f45d1f
Compare
5abf5bd
to
647061e
Compare
Fixes #820