-
Notifications
You must be signed in to change notification settings - Fork 51
Fix/signoz-exporter: added extra attribute #572
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
Conversation
@aniketio-ctrl, please explain how current instrumentation creates an issue and how adding another label with constant value solves it? |
this is because both the exporter is sending same metrics with same label name that what causing the issue, thats why i have added one more label to distinguish aniket@Anikets-MacBook-Pro-2 bin % curl localhost:8888/metrics | grep exporter_db_write_latency
|
Thanks for the explanation. Please fix CI. |
Fix -
the same labels and name was generated by the clickhousemetricsexporter so we added one more label to distinguish