prometheus / prometheus/alertmanager

Feature Request - An extra button in the Alert.ele that directs to the https://<prom-url>/alerts?search=<ALERT_NAME>

Open
#4,287 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

component/ui kind/enhancement stale
Dominant language
Go
Stars
8.6k
Forks
2.5k
Avg merge
2d 6h
Merged PRs (30d)
61

Description

https://github.com/prometheus/alertmanager/blob/ff470812937d56c64fd18fe700350b2dd8126df6/ui/app/src/Views/Shared/Alert.elm#L52

Currently the Source button goes directly to the Graph page, if we add this button, we can easily see if there's an active alert.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start in ui/app/src/Views/Shared/Alert.elm at line 52 and trace how the existing Source button is rendered and linked. Add the requested alert-search destination using the Prometheus URL and alert name, then verify that the new button lets users check whether the alert is active.

Written by the indexing model from the issue text.

Assessment

Tech stack
elm
Domain
frontend
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
50/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.