Reliable Insights

A blog on monitoring, scale and operational Sanity

December 19, 2016

Checking if SSH is responding with Prometheus

The blackbox_exporter allows for a variety of network checks to be performed, with many common modules available out of the box.

Read more

December 7, 2016

Which targets have the most samples?

We previously looked at finding your biggest metrics, that involves an expensive query though. A new feature in Prometheus 1.3 offers another approach.

Read more

December 5, 2016

Composing range vector functions in PromQL

If you try and do max_over_time(rate(my_counter_total[5m])[1h]) or predict_linear(rate(my_counter_total[5m])[1d], 3600) in Prometheus it won't work. How can you combine these functions?

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 21, 2016

Using OpsGenie with the Alertmanager

The Alertmanager has integrations to a variety of popular notification mechanisms. Let's see how easy it is to hook it in to OpsGenie. 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

November 7, 2016

New Features in Prometheus 1.3.0

Less than a month after 1.2.0, Prometheus 1.3.0 is out. Let's take a look.

Read more

October 31, 2016

Prometheus query results as CSV

The default JSON output isn't always what you want when querying Prometheus. Let's see how to get out CSV files.

Read more

October 24, 2016

Monitoring Kafka with Prometheus

We've previously looked at how to monitor Cassandra with Prometheus. Let's see the process for getting metrics from another popular Java application, Kafka.

Read more

October 17, 2016

Using the remote write path

Recent versions of Prometheus added an experimental remote write feature. Let's take a look.

Read more

twitter
youtube
linkedin

Blog   |   Training   |   Book   |   Privacy