#sre (2021-04)
Prometheus, Prometheus Operator, Grafana, Kubernetes
Archive: https://archive.sweetops.com/monitoring/
2021-04-03
2021-04-14
2021-04-22
Hi, is there any way to archive New Relic logs to S3 bucket so I have them saved after 30 days of retention?
I was looking for examples on prometheus alertmanager rules. I found that many where listed here:
Collection of alerting rules
Yes, it’s a good resource to start. Thanks for sharing. Anyway, rules are owned by Prometheus itself, Alertmanager has the only scope to dispatch fired alerts
Collection of alerting rules
That’s pretty slick. there are also a bunch of “Monitoring Mixins” in the prometheus code as jsonnet world. https://monitoring.mixins.dev/
@andrea.pavan well spotted yes that the prometheus rules . Thanks @kskewes with those additional example I can rules :)
Sadly I found some difficulties to enter in Prometheus “world”. Very easy to fill up it with tons on metrics but hard to define proper rules and alerts with not so much ready from product vendors and a query language a bit complicated (at least for me)
yes, I miss more example for nosql couchbase
it tooks me some times to do the initial setup , but now I have:
• service discovery enable on azure resources
• alert send to Teams
2021-04-23
Hello, in prometheus server: I didn’t managed to move job with azure_sd_config
to file_sd
directory it seems that this target is only for static config ? and not for service discovery jobs.
is there a way to move prometheus jobs out of prometheus.yml ? (to keep things organized and not in a single file )