-
Notifications
You must be signed in to change notification settings - Fork 1
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
Integrating queries from the Grafana Explore page #42
Comments
On a unrelated note - a static analyzer is a nice starting point, but have you also considered an online approach that keeps track of metrics usage over time? My thought is if this is turned into a service that is constantly polling the right sources and capturing a real time state of metrics_usage, then it could be used to auto downsample or even filter unused/underused metrics. A "Poor mans adaptive metrics" if you will. |
Thank you for your interest in this tool !
If you are more looking for a combination of both, I have heard @nicolastakashi is working on another tool that combines both, but I have no idea about the status.
Other all the problem is "simply" a database synchronisation to be able to remove metric_name when it is necessary. And keeping consistency across various database across different network zone is a complex problem. |
Hey folks 👋🏽 I'm missing a last implementation that I'll finish today and I'll release a new version with a clear documentation on how to achieve that integration. I hope it will help you @vanugrah |
@vanugrah I just released a new version of prom-analytics-proxy with the metrics-usage integration, let me know your feedback. |
Hey folks,
First of all a big thanks to the Perses team for creating this utility. Understanding metrics_usage is a critical first step to identifying unused/underused metrics. However one critical piece that is currently missing is ad-hoc queries from Grafana ( or your tool of choice).
Any interest in adding this feature to this project? A "simple" approach would be to parse the query logs generated by Grafana within a period of time and extract out the queries and by extension the underlying time series.
This is an are that we'll be investing time in this quarter so I'm trying to gauge whether this feature would be of interest to this project. If so, we'd love to collaborate on a solution.
The text was updated successfully, but these errors were encountered: