this post was submitted on 24 May 2024
384 points (98.0% liked)

Programmer Humor

31214 readers
117 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 4 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 13 points 1 month ago (3 children)

We do Grafana + Prometheus for most of our clients but I think that adding Loki into the mix might be necessary. The amount of clients that are missing basic events like "you've run out of disk space...two days ago", is too damn high.

[โ€“] [email protected] 7 points 1 month ago (1 children)

Sounds like you need an alert/monitoring system and not a logging system. Something like nagios where you immediately get an alert if something is past its limits, and where you don't have to rely on logging.

[โ€“] [email protected] 5 points 1 month ago

Preaching to the choir. They hire use to performance tune their app but then their IT staff manges to not notice the most basic things.

[โ€“] [email protected] 2 points 4 weeks ago

I would add Alertmanager to your stack if you haven't already. It's pretty tightly integrated with prometheus. There's some canned alerting rules based on predicting disk space full in X number of days. We wire Alertmanager to Pagerduty.

[โ€“] [email protected] 1 points 1 month ago (1 children)

The amount of clients that are missing basic events like "you've run out of disk space

For my personal servers, I use Netdata for this. Works pretty well.

[โ€“] [email protected] 1 points 1 month ago

Still don't know how to offset my time on the graph but besides that I find just complicated enough but not too much