Léo Depriester
Léo Depriester
Adding a new column in the table is not possible for now but it would be great to have this feature. I'll see how this can be implemented. Feel free...
@craph According to your comments, I assume that you have, in your environment, a Prometheus server which is listening on 127.0.0.1:9090, an Alertmanager listening on 127.0.0.1:9093 and a Grafana server....
@VR6Pete For now, the v1 is only deprecated so the datasource should work as excepted with the Alertmanager 0.16. Adding support of the API v2 is planned for the next...
Hi @manzajohn, do you get this error after you configured the datasource? Then you might need to change the datasource settings or check the availability of your Alertmanager.
Could you open the "query inspector" and check if your label is set under `response -> data -> 0 -> labels`?
@santec Which version of Grafana and of the datasource are you using? Could you share the request created by the datasource and sent to the alertmanager (value of `url` in...
Indeed, it would be cool! However, I may not have time to implement this feature. Please, feel free to open a PR :)
On peut trouver un intérêt à avoir plusieurs instances d'Addok, notamment dans le cas d'un service haute disponibilité. @Barbaro j'ai eu quelques soucis pour mettre en place une infra similaire...
@Barbaro une solution de contournement ? J'ai rebuildé l'image Docker en installant Addok depuis ma branche git : ``` ... RUN pip install git+https://github.com/cryptobioz/addok@fix-pid-redis-key ... ``` Pas sûr que ça...
> Pour de la haute dispo, il est préférable d'avoir chaque instance d'addok avec son redis. Merci pour le conseil ! Dans les faits, cette architecture est assez peu flexible....