Pik Jean-Francois
Pik Jean-Francois
Sorry but what is required in fact for that PR to be merged, in practice ? I'm probably stupid, but really can't find what to do...
As far as I know, Grafana API doesn't provide any method to generate a snapshot content. The api provided by grafana, and thus this python interface only give you a...
> > Use case: allow to build a generic Prometheus alert on not running service and to use the specified associated labels to drive a specific behavior. For me they...
Can't understand why it was closed...
> Can we do same thing for process ? I have several windows exporter on several computer. But i don't know how filter metrics for one server on grafana, because...
> > Can we do same thing for process ? I have several windows exporter on several computer. But i don't know how filter metrics for one server on grafana,...
> Hi, you can use the relabel feature of prometheus to set custom labels. It should be preferred over an custom logic in this exporter. You as you already mentioned,...
Thanks for the reply. > In any case, to continue here, merge conflicts needs to be resolved and custom labels and process group features should be separate pull requests. I...
Hi, grafana-snapshot-tool as mentionned in its documentation, can import, export, and generate what is called in GRAFANA UI "snapshots": they are dashboards with corresponding datas incorporated. My opinion is that...
I've tried to use query methods from grafana-client info grafana-snapshot-tool. For that I need to perform some adjustement to api interface: - extend query_factory to be able to set more...