Reliable Insights

A blog on monitoring, scale and operational Sanity

September 10, 2018

Using the textfile collector from a shell script

The node exporter's textfile collector is handy for monitoring machine-level cronjobs. How would you go about that?

Read more

September 3, 2018

Deleting time series from Prometheus

If a misconfiguration leads to unwanted time series, it'd good to know how to remove them.

Read more

August 27, 2018

Dealing with “too many open files”

While not a problem specific to Prometheus, being affected by the open files ulimit is something you're likely to run into at some point.

Read more

August 20, 2018

Using the Java client with Gradle

While the Java client library uses pom.xml and Maven, there's nothing stopping you from using other tools such as Gradle

Read more

August 13, 2018

Why predeclare metrics?

The standard way to use metrics in Prometheus is to declare them at file level, before using them. Why?

Read more

August 6, 2018

Aggregating across batch job runs with push_time_seconds

For counting how many times a thing has happened you can use a counter and rate(), but that doesn't work across batch jobs.

 

Read more

July 30, 2018

Prometheus: Up and Running is out

After many months of work, Prometheus: Up&Running is now available for purchase!

Read more

July 23, 2018

Absent Alerting for Scraped Metrics

In the previous post we looked at dealing with when all the targets for a job had disappeared. What if you wanted to alert on specific metrics from one target disappearing?

Read more

July 16, 2018

Absent Alerting for Jobs

Alerting on numbers being too big or small is easy with Prometheus. But what if the numbers go missing?

Read more

July 9, 2018

ICMP Pings with the Blackbox exporter

The Blackbox exporter can perform ICMP probes. Let's see how.

Read more

twitter
youtube
linkedin

Blog   |   Training   |   Book   |   Privacy