Paweł Krupa
Paweł Krupa
`--web.telemetry-path` is added in https://github.com/cloudalchemy/ansible-node-exporter/pull/196
WIP PR is in #141
Systemd is a hard requirement for roles in cloudalchemy. Plan is to use even more systemd features and this would conflict with this change. More in https://github.com/cloudalchemy/ansible-node-exporter/issues/161#issuecomment-660854631
Don't get me wrong, I don't have anything against other init systems. My concern is only about the future of the role and the maintenance toll other init systems bring...
I am on edge with this. On one hand, this allows faster role execution in situations where remote node has a faster internet connection. On the other, it can add...
Prometheus output: 
Update after redeploying with 3h storage retention. Memory is still increasing but at a slower rate. After 17h parca is consuming ~30GB of memory. 
That would be very useful! If you start working on it, please reuse as much of https://github.com/ansible-collections/community.grafana as possible instead of doing hacky things with `uri` and `get_url` modules as...
Even better would be to point to https://github.com/prometheus/demo-site/blob/master/group_vars/prometheus.yml#L34. This would be nice to fix, could you create a PR?
Sounds good to me. --- I had a plan to refactor how README.md is structured and use sth like https://github.com/campoy/embedmd to embed examples and provide: - default values from [defaults/main.yml](https://github.com/cloudalchemy/ansible-prometheus/blob/master/defaults/main.yml)...