Reliable Insights

A blog on monitoring, scale and operational Sanity

March 27, 2017

Combining alert conditions

Prometheus alerts use the same powerful PromQL expressions as queries and graphs. This can be used to produce sophisticated alerts.

Read more

March 6, 2017

Booleans, logic and math

Prometheus doesn't have an explicit boolean type or functionality. However there is a convention and enough power in PromQL to work with booleans.

Read more

February 13, 2017

Using labels to direct email notifications

A handy feature of the Alertmanager is that almost all notification fields are templatable. This can be used to route emails based on labels.

Read more

November 28, 2016

New Features in Prometheus 1.4.0

A few weeks after 1.3.0, Prometheus 1.4.0 is out. Let's take a look.

Read more

November 14, 2016

What’s “up” Doc?

One of the advantages of pull-based monitoring such as Prometheus is that you can tell if the target is healthy as part of the scrape. How do you do that though?

Read more

March 17, 2016

New Features in Prometheus 0.17.0

Prometheus 0.17.0 was recently released with 394 commits since 0.16.2, let's see what the big changes are.

Read more

September 21, 2015

Audio Alerting with Prometheus

Prometheus offers integrations with systems like PagerDuty, Email and Hipchat for alert notifications - but what if you want do something that's not supported out of the box? The Alertmanager's generic web hook has got you covered.

Read more

September 7, 2015

Get alerted before your SSL certificates expire

The most common way to learn about the expiry date of your website's SSL certificate is after it has expired. The blackbox exporter combined with Prometheus can let you know well in advance, letting you renew your certificate before users complain.

Read more

September 1, 2015

Alerting on Down Instances

Knowing which instances of your services and which machines in your fleet are no longer responding is a common requirement. Whether it's to get someone to investigate or to drive automation, in this post I'll look at how you can do it with Prometheus.

Read more

August 7, 2015

Reduce Noise From Disk Space Alerts

How often have you gotten alerted about disk space going over some threshold, only to discover it'll be weeks or even months until the disk actually fills? Noisy alerts are bad alerts. The new predict_linear() function in Prometheus gives you a way to have a smarter, more useful alert.

Read more

twitter
youtube
linkedin

Blog   |   Training   |   Book   |   Privacy