Paweł Krupa

Results 303 comments of Paweł Krupa

`--web.telemetry-path` is added in https://github.com/cloudalchemy/ansible-node-exporter/pull/196

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: ![Screenshot from 2021-10-13 12-02-14](https://user-images.githubusercontent.com/3531758/137112436-96734d33-ce1b-4011-a3cc-c3daf448ca02.png)

Update after redeploying with 3h storage retention. Memory is still increasing but at a slower rate. After 17h parca is consuming ~30GB of memory. ![Screenshot from 2021-10-14 09-31-23](https://user-images.githubusercontent.com/3531758/137271962-113ef3e4-2e60-4424-a0d7-1df1325df36c.png)

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)...