prometheus / demo-site

Demo site auto-deployed with Ansible and Travis CI.
Apache License 2.0
102 stars 58 forks source link

Merge pull request #23 from paulfantom/mixins #23

Closed paulfantom closed 4 years ago

paulfantom commented 4 years ago

generate prometheus and node_exporter mixins and deploy them with ansible

Currently only alerts and recording rules are created due to https://github.com/prometheus/prometheus/pull/6602 and problems with cloudalchemy.grafana role.

Signed-off-by: paulfantom pawel@krupa.net.pl

paulfantom commented 4 years ago

Yeah, I was also looking for a better solution and found this: stackoverflow.com/questions/600079/how-do-i-clone-a-subdirectory-only-of-a-git-repository, but it needs latest git (2.24). Right now I just modified it to only filter out blobs (method from askubuntu.com/a/1074185)