Prometheus logo PromCon 2017

The Prometheus conference — August 17 - 18 in Munich

Talk abstract

Improving User and Developer Experience of the Alertmanager UI

Speaker: Max Inden

Alertmanager deduplicates, groups, and routes alerts from Prometheus to all kinds of paging services. With it comes a dated UI which does not live up to the expectations of the users, nor does it attract new contributors.

From this talk, you will learn how we addressed these issues when building the new UI from scratch. We made it friendlier to users by removing unnecessary domain language noise. In addition we added new power features such as filtering and grouping. As a result, it is now much easier to navigate through thousands of alerts.

We chose to build the new UI with Elm — a functional programming language for web interfaces. Elm enabled us to develop fast and with confidence by keeping a promise of zero runtime errors. It lowered the entry barrier for non-frontend developers and made the project appealing to newcomers.

Video link - Slides

Back to schedule