#sre (2021-04)

Prometheus, Prometheus Operator, Grafana, Kubernetes

Archive: https://archive.sweetops.com/monitoring/

2021-04-03

2021-04-14

2021-04-22

uselessuseofcat avatar
uselessuseofcat

Hi, is there any way to archive New Relic logs to S3 bucket so I have them saved after 30 days of retention?

Pierre-Yves avatar
Pierre-Yves

I was looking for examples on prometheus alertmanager rules. I found that many where listed here:

https://awesome-prometheus-alerts.grep.to/rules

Awesome Prometheus alerts

Collection of alerting rules

andrea.pavan avatar
andrea.pavan

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

Awesome Prometheus alerts

Collection of alerting rules

kskewes avatar
kskewes

That’s pretty slick. there are also a bunch of “Monitoring Mixins” in the prometheus code as jsonnet world. https://monitoring.mixins.dev/

Pierre-Yves avatar
Pierre-Yves

@andrea.pavan well spotted yes that the prometheus rules . Thanks @kskewes with those additional example I can rules :)

andrea.pavan avatar
andrea.pavan

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)

Pierre-Yves avatar
Pierre-Yves

yes, I miss more example for nosql couchbase

Pierre-Yves avatar
Pierre-Yves

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

Pierre-Yves avatar
Pierre-Yves

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 )

2021-04-27

    keyboard_arrow_up