-
Notifications
You must be signed in to change notification settings - Fork 8.1k
feature: add metric exporter interface #3416
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
base: 1.8
Are you sure you want to change the base?
Conversation
sentinel-core/src/main/java/com/alibaba/csp/sentinel/node/metric/MetricTimerListener.java
Outdated
Show resolved
Hide resolved
sentinel-core/src/main/java/com/alibaba/csp/sentinel/node/metric/export/DefaultExporter.java
Outdated
Show resolved
Hide resolved
sentinel-core/src/main/java/com/alibaba/csp/sentinel/node/metric/MetricTimerListener.java
Show resolved
Hide resolved
|
We may need to discuss whether we should support having multiple exporters active at the same time. I'm not sure about your perspective on this. |
I keep one leave is order to sync the old logic, to be honest, i agree with you that support multiple exporters here. Do i keep more exporters active this pr? |
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.
This file does not require a LICENSE.
For this PR, let's keep the single export implementation as is. |
Describe what this PR does / why we need it
#3314
Does this pull request fix one issue?
Describe how you did it
Describe how to verify it
Special notes for reviews