alertmanager
by
prometheus

Description: Prometheus Alertmanager

View on GitHub ↗

Summary Information

Updated 37 minutes ago
Added to GitGenius on April 7th, 2021
Created on July 16th, 2013
Open Issues & Pull Requests: 427 (+0)
Number of forks: 2,431
Total Stargazers: 8,530 (-1)
Total Subscribers: 165 (+0)

Issue Activity (beta)

Open issues: 323
New in 7 days: 1
Closed in 7 days: 2
Avg open age: 1,348 days
Stale 30+ days: 311
Stale 90+ days: 297

Recent activity

Opened in 7 days: 1
Closed in 7 days: 2
Comments in 7 days: 4
Events in 7 days: 12

Top labels

  • kind/enhancement (151)
  • stale (130)
  • component/notify (120)
  • kind/support (116)
  • component/ui (51)
  • help wanted (49)
  • kind/more-info-needed (38)
  • component/silences (32)

Repository Insights (GitGenius)

Median issue/PR response: 2.3 days
Mean response time: 244.4 days
90th percentile: 1164.5 days
Tracked items: 772

Most active contributors

Detailed Description

Alertmanager is a Go-based alert handling system that serves as a critical component of the Prometheus monitoring ecosystem. It receives alerts from client applications like Prometheus servers and manages their lifecycle through deduplication, grouping, and intelligent routing to appropriate notification channels. The system supports integration with numerous external services including email, PagerDuty, OpsGenie, and custom webhooks, making it highly extensible for diverse operational environments.

The core functionality of Alertmanager centers on alert management operations. It deduplicates incoming alerts to prevent notification fatigue, groups related alerts together for coherent presentation, and routes them based on configurable rules to the correct receiver integrations. Beyond basic routing, Alertmanager implements silencing capabilities that allow operators to temporarily suppress alerts and inhibition rules that prevent certain alerts from firing when other conditions are met. These features collectively enable sophisticated alert management workflows in complex monitoring scenarios.

The project provides multiple installation methods to accommodate different deployment preferences. Users can download precompiled binaries from prometheus.io, pull Docker images from Quay.io or Docker Hub, or compile from source using Go and Node.js. The system exposes a fully-specified REST API through OpenAPI and Go Swagger, with the current version being APIv2 accessed via the /api/v2 prefix. This API-first design enables programmatic interaction and client generation across multiple programming languages.

Alertmanager includes amtool, a command-line interface for interacting with the API. This tool allows operators to view firing alerts, query alerts using rich syntax, manage silences, test template rendering, and visualize routing configurations. The amtool supports configuration files for convenience and includes route verification capabilities to test how alerts would be routed based on label sets.

High availability is a built-in feature enabled by default through cluster communication between Alertmanager instances. The clustering mechanism uses both UDP and TCP protocols and is controlled through command-line flags specifying listen addresses, peer configurations, and various timeout and interval parameters. The system requires all alerts to be sent to all Alertmanager instances rather than load-balanced traffic to ensure proper high availability operation.

According to GitGenius activity tracking, the repository shows median issue and pull request response latency of 55.7 hours across 772 tracked items, with mean latency of 5866.3 hours. The most active issue labels are kind/enhancement with 151 occurrences, stale with 130, and component/notify with 120. Primary contributors tracked include TheMeier with 784 events, grobinson-grafana with 490 events, and simonpasquier with 311 events. The repository shares overlapping contributors with microsoft/vscode, microsoft/typescript, and rust-lang/rust, indicating cross-project collaboration patterns.

The project is classified across multiple domains including notification systems, webhooks, routing, integrations, deduplication, inhibition, silencing, aggregation, and alerting. It maintains comprehensive documentation at prometheus.io and operates under the Apache License 2.0, welcoming contributions through established Prometheus project guidelines with specific guidance for UI contributions.

alertmanager
by
prometheusprometheus/alertmanager

Repository Details

Fetching additional details & charts...