We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Type: bug report
the error code snippet: https://github.com/alibaba/sentinel-golang/blob/master/exporter/metric/exporter.go#L35-L46 Using config instance before config instantiation beacause config instantiation is after init functions called. So there are all empty value in init function.
The library user can not control metric exporter by performing operations in compliance with standards.
Make controling metric exporter avaiable.
Always happening.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue Description
Type: bug report
the error code snippet: https://github.com/alibaba/sentinel-golang/blob/master/exporter/metric/exporter.go#L35-L46
Using config instance before config instantiation beacause config instantiation is after init functions called. So there are all empty value in init function.
Describe what happened
The library user can not control metric exporter by performing operations in compliance with standards.
Describe what you expected to happen
Make controling metric exporter avaiable.
How to reproduce it (as minimally and precisely as possible)
Always happening.
Tell us your environment
Anything else we need to know?
The text was updated successfully, but these errors were encountered: