TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: How complex are your Alertmanager routes?

3 pointsby mmanciopover 3 years ago
Alertmanager is a system to group, filter and dispatch alerts generated by Prometheus (and potentially more systems). The flow of alerts is configured via a tree of routes, each related with a receiver (e.g., email, PagerDuty, VictorOps, webhooks).<p>There are few realistic examples of Alertmanager configurations out there. How complex are your routes in Alertmanager? How many levels of routes do you have? Which labels do you group alerts on? With receivers do you use?

no comments

no comments