grafana/pkg/services/alerting
Marcus Efraimsson c35c689a96
Plugins: Automatically forward plugin request HTTP headers in outgoing HTTP requests (#60417)
Automatically forward core plugin request HTTP headers in outgoing HTTP requests. 
Core datasource plugin authors don't have to specifically handle forwarding of HTTP 
headers, e.g. do not have to "hardcode" the header-names in the datasource plugin, 
if not having custom needs.

Fixes #57065
2022-12-21 13:25:58 +01:00
..
conditions Plugins: Automatically forward plugin request HTTP headers in outgoing HTTP requests (#60417) 2022-12-21 13:25:58 +01:00
notifiers Admin: Fix broken links to image assets in email templates (#58729) 2022-11-16 14:17:39 +01:00
testdata
alerting_usage_test.go
alerting_usage.go
engine_integration_test.go
engine_test.go
engine.go Alerting: Extract ticker into shared package (#55703) 2022-09-26 12:35:33 -05:00
eval_context_test.go Alerting: Fix duration calculation when testing a rule (#56616) 2022-10-11 20:40:18 +08:00
eval_context.go Alerting: Fix duration calculation when testing a rule (#56616) 2022-10-11 20:40:18 +08:00
eval_handler_test.go
eval_handler.go
extractor_test.go chore: remove sqlstore & mockstore dependencies from (most) packages (#57087) 2022-10-19 09:02:15 -04:00
extractor.go
interfaces.go
models.go
notifier_test.go
notifier.go
reader.go
result_handler.go
rule_test.go chore: remove sqlstore & mockstore dependencies from (most) packages (#57087) 2022-10-19 09:02:15 -04:00
rule.go
scheduler.go
service_test.go chore: remove sqlstore & mockstore dependencies from (most) packages (#57087) 2022-10-19 09:02:15 -04:00
service.go chore: remove sqlstore & mockstore dependencies from (most) packages (#57087) 2022-10-19 09:02:15 -04:00
store_notification_test.go Refactor time durations (#58484) 2022-11-22 15:09:15 +08:00
store_notification.go chore: remove sqlstore & mockstore dependencies from (most) packages (#57087) 2022-10-19 09:02:15 -04:00
store_test.go chore: remove sqlstore & mockstore dependencies from (most) packages (#57087) 2022-10-19 09:02:15 -04:00
store.go chore: sqlstore cleanup (#60415) 2022-12-16 11:09:06 -05:00
test_notification.go Admin: Fix broken links to image assets in email templates (#58729) 2022-11-16 14:17:39 +01:00
test_rule.go