This repository was archived by the owner on Sep 30, 2024. It is now read-only.
monitoring: generate panel links, link alerts to correct panel#17014
Merged
Conversation
Codecov Report
@@ Coverage Diff @@
## main #17014 +/- ##
=======================================
Coverage 52.34% 52.34%
=======================================
Files 1701 1701
Lines 84204 84207 +3
Branches 7766 7726 -40
=======================================
+ Hits 44073 44079 +6
+ Misses 36235 36234 -1
+ Partials 3896 3894 -2
|
Contributor
|
Notifying subscribers in CODENOTIFY files for diff 60f22af...e5a02eb.
|
891a1b3 to
80b3f06
Compare
1 task
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes https://github.com/sourcegraph/sourcegraph/issues/16073
observablePanelIDfor more detailsprom-wrappernow generates a link directly to the relevant panel for dashboard links, based on labelsdashboards.go)Tested locally with the alert trigger API, link works nicely :)