Andreas Motl
Andreas Motl
Hi again, did you have a chance to verify if the corresponding improvement works well for you? With kind regards, Andreas.
Hi again, wow, thank you for sharing your solution, good that it works for you. As I recognize that you are storing your Grafana database within MySQL/MariaDB, you are leveraging...
Hi again, GH-89 may have a few improvements in this area, trying to generalize your use case and solution. Admittedly, I did not analyze your SQL statement too much [^1],...
Now, after fixing your posts to make the syntax highlighter work, I can see the main attributes you are interested in for the report you are looking at. ```sql SELECT...
Hi again, we just released grafana-wtf 0.16.0, including the improvements from GH-89, see https://github.com/panodata/grafana-wtf/releases/tag/0.16.0. When combining the program with `jq` in this way, you can generate a flat list of...
Hi again, after analyzing your SQL statement further, we discovered you are scanning all of `expr`, `jql`, `query` and `rawSql` attributes for query expression statements. So, we improved the implementation...
Dear Alain, thanks for writing in. Let's see what we can do here. > [I am aiming to discover] the list of unique label names which are reference across all...
Dear Alain, did you have a chance to evaluate my suggestion, and if that would help you already? With kind regards, Andreas.
Dear Alain, >> [I am aiming to discover] the list of unique label names which are reference across all graphs which are using a Prometheus datasource? > > I understand...
### Iteration +1 We collected a few [Grafana Prometheus query expression samples](https://gist.github.com/amotl/3370c3d64c7a005967ff7500e91d3cf4) from dashboards at https://play.grafana.org/, and from Prometheus instances run by friends, in order to learn about that the...