Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Copy over git history from grafana/grafana #5

Merged
merged 85 commits into from
Jul 14, 2022
Merged
Changes from all commits
Commits
Show all changes
85 commits
Select commit Hold shift + click to select a range
6e8274f
AlertingNG: Add alert provider and basic structure with dispatcher, s…
codesome Mar 16, 2021
434e614
AlertingNG: Fix the alerting stage for legacy alerts (#32025)
codesome Mar 17, 2021
ed825a4
AlertingNG: Refactor notifier to support config reloads (#32099)
codesome Mar 19, 2021
7f0565e
Alerting: Fetch configuration from the database and run a notificatio…
gotjosh Mar 24, 2021
55c76f8
Upgrade Prometheus Alertmanager and small fixes (#32280)
codesome Mar 25, 2021
7b4cefa
AlertingNG: Fix dispatcher metrics in notifier (#32434)
codesome Mar 29, 2021
fc6f25b
Alerting: Send alerts from state tracker to notifier, logging, and cl…
davidmparrott Mar 30, 2021
87cd3cb
Alerting: Introduce the silencing interface (#32517)
gotjosh Mar 31, 2021
97d74c2
[Alerting]: Alertmanager API implementation (#32174)
papagian Mar 31, 2021
90f5415
Alerting: Allow querying of Alerts from notifications (#32614)
gotjosh Apr 8, 2021
7e5c1bf
AlertingNG: Add a global registry for notification channels (#32781)
codesome Apr 8, 2021
11175fe
AlertingNG: PagerDuty notification channel (#32604)
codesome Apr 8, 2021
e4b2f4f
Packages: Tyring to fix missing css prop issue caused by emotion (#32…
torkelo Apr 8, 2021
14866d1
Alerting: Use a default configuration and periodically poll for new o…
gotjosh Apr 13, 2021
4e51a66
AlertingNG: Slack notification channel (#32675)
codesome Apr 15, 2021
8e363cd
AlertingNG: Remove the receivers field from postable alerts (#33068)
codesome Apr 19, 2021
05c15e3
Inhouse alerting api (#33129)
owen-d Apr 19, 2021
8481d97
Alerting: Various fixes for the alerts endpoint (#33182)
gotjosh Apr 21, 2021
e0bd6d1
NGAlert: Consolidate on standard errors package (#33249)
aknuds1 Apr 22, 2021
da5ede5
AlertingNG: Fix TODOs in email notification channel (#33169)
codesome Apr 22, 2021
17d0c98
AlertingNG: Correctly set StartsAt, EndsAt, UpdatedAt after alert rec…
codesome Apr 22, 2021
7eea6e5
AlertingNG: Add Telegram notification channel (#32795)
codesome Apr 22, 2021
99956ae
AlertingNG: Add Teams notification channel (#32979)
codesome Apr 22, 2021
eea8d84
AlertingNG: Add Dingding notification channel (#32995)
codesome Apr 22, 2021
ff18b86
AlertingNG: Add webhook notification channel (#33229)
codesome Apr 23, 2021
8954698
NGAlert: Run the maintenance cycle for the silences (#33301)
codesome Apr 23, 2021
d2c88e5
Alerting/metrics (#33547)
owen-d Apr 30, 2021
ec8c836
NGAlert: Send list of available ngalert notification channels via API…
codesome May 4, 2021
2078cd0
[Alerting]: store encrypted receiver secure settings (#33832)
papagian May 10, 2021
796f005
NGAlert: Fix templating and remove unwanted default templates (#33918)
codesome May 12, 2021
82ae34b
NGAlert: Add integration tests for notification channels (#33431)
codesome May 13, 2021
e33289e
extracts alertmanager from DI, including migrations (#34071)
owen-d May 13, 2021
648760f
Alerting: Modify configuration apply and save semantics - v2 (#34143)
gotjosh May 14, 2021
230e54a
Alerting/ruler metrics (#34144)
owen-d May 14, 2021
1acb6a4
NGAlert: Add message field to email notification channel (#34044)
codesome May 17, 2021
25dbb85
Alerting: Allow the notifier to log (#34232)
gotjosh May 17, 2021
2bb87e9
NGAlert: Remove unwanted fields from notification channel config (#34…
codesome May 18, 2021
79e6e33
[Alerting]: Add Sensu Go integration with the alert manager (#34045)
papagian May 18, 2021
1873b9f
Alerting: Migrate Alertmanager notifier (#34304)
aknuds1 May 19, 2021
0015669
[Alerting]: Add Pushover integration with the alert manager (#34371)
papagian May 19, 2021
0de70e0
Add discord notifier channel and test (#34150)
davidmparrott May 19, 2021
08d6c8a
NGAlert: Add GoogleChat notification channel (#34153)
codesome May 19, 2021
62a58a0
NGAlert: Add Line notification channel (#34157)
codesome May 19, 2021
b9e4e2b
NGAlert: Add VictorOps notification channel (#34161)
codesome May 19, 2021
1157d7b
NGAlert: Add Kafka notification channel (#34156)
codesome May 19, 2021
c378bf8
NGAlert: Add Threema notification channel (#34159)
codesome May 19, 2021
b858730
Alerting: Opsgenie notification channel (#34418)
gotjosh May 20, 2021
e5de8f0
[Alerting]: alertmanager notifier fixes (#34575)
papagian May 24, 2021
673758d
NGAlert: Add integration tests for remaining notification channels (#…
codesome May 26, 2021
3863716
alerting: fixes per-receiver metric cardinality (#34915)
owen-d May 28, 2021
0c25bbe
Alerting: Allow space in label and annotation names (#36549)
codesome Jul 8, 2021
aae817a
Alerting: Fix potential panic in Alertmanager when starting up (#36562)
codesome Jul 12, 2021
25720c7
Alerting: A better and cleaner way to know if Alertmanager is initial…
codesome Jul 12, 2021
43a8394
Alerting: deactivate an Alertmanager configuration (#36794)
papagian Jul 16, 2021
b5e08ed
Alerting: Remove the fixed wait for notification delivery (#37203)
codesome Jul 26, 2021
90a3642
Alerting: Send alerts to external Alertmanager(s) (#37298)
gotjosh Aug 6, 2021
cab114c
Alerting frontend : fix line notifier (#37744)
xy-man Aug 10, 2021
190fdc9
Alerting: modify DB table, accessors and migration to restrict org ac…
papagian Aug 12, 2021
f34ce48
Contact point testing (#37308)
grobinson-grafana Aug 17, 2021
c3db81b
Alerting: create wrapper for Alertmanager to enable org level isolati…
davidmparrott Aug 24, 2021
b51d090
Alerting: Persist notification log and silences to the database (#39005)
gotjosh Sep 9, 2021
6cefb7c
Alerting: Refactor & fix unified alerting metrics structure (#39151)
gotjosh Sep 14, 2021
9be2486
Alerting: Support Unified Alerting with Grafana HA (#37920)
gotjosh Sep 16, 2021
354cf5e
Provide reader to alertmanager silence instead of file path (#39305)
Sep 17, 2021
b38ebc0
Alerting: Move the unified alerting settings to its own struct (#39350)
gotjosh Sep 20, 2021
be9bb0c
Alerting: Optimization of fetching data in multiorg alertmanager (#3…
yuri-tceretian Sep 21, 2021
2053ab6
Alerting: Move alertmanager default config to UnifiedAlertingSettings…
yuri-tceretian Sep 23, 2021
d7c4a28
Alerting: Remove extra field orgId from notifier.Alertmanager (#39870)
Oct 1, 2021
5320a7c
Alerting: Allow more characters in label names so notifications are s…
gotjosh Oct 4, 2021
a191738
Encryption: Refactor securejsondata.SecureJsonData to stop relying on…
joanlopez Oct 7, 2021
c639e23
Alerting: add organziation ID to the ngAlert webhook payload (#40189)
JohnnyQQQQ Oct 8, 2021
3808d5d
Alerting: Update references to alertmanager (#40904)
yuri-tceretian Oct 29, 2021
265a1d1
Alerting: support mute timings configuration through the api for the …
JohnnyQQQQ Nov 19, 2021
4dd9b0c
Improve bridge for Alertmanager logger (#42958)
Dec 13, 2021
5f4cf82
Alerting: Support WeCom as a contact point type (#40975)
smallpath Dec 15, 2021
193c801
Chore: Remove context.TODO (#43458)
idafurjes Dec 28, 2021
029028c
Alerting: Remove bridge between log15 and go-kit logger (#43769)
Jan 7, 2022
119398b
Chore: Remove bus from ngalert (#44465)
zserge Jan 26, 2022
acf37a5
Add context.Context to AlertingStore (#45069)
grobinson-grafana Feb 9, 2022
41a20d9
Alerting: refactor receiver validation to be reusable (#46103)
JohnnyQQQQ Mar 14, 2022
cb22a3b
Unified Alerting, Issue 41156: Clean up expired silences. (#46740)
joeblubaugh Mar 23, 2022
f84c1e5
Unified Alerting: Make log message follow codebase convention. (#46881)
joeblubaugh Mar 23, 2022
538d23f
Alerting: Attach screenshot data to Slack notifications. (#49374)
joeblubaugh May 23, 2022
d1eb91b
Alerting: Add stored screenshot utilities to the channels package. (#…
joeblubaugh May 26, 2022
9350b61
Move to the alerting package
gotjosh Jul 14, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

These merge commits were added into this branch cleanly.

There are no new changes to show.