The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
grafana/pkg/services/ngalert/api
William Wernert 93519f70ca
Alerting: Also fix HCL field name for MuteTimeIntervals (#87079)
1 year ago
..
hcl Alerting: Export of alert rules in HCL format (#73166) 2 years ago
test-data Alerting: Also fix HCL field name for MuteTimeIntervals (#87079) 1 year ago
tooling Alerting: Also fix HCL field name for MuteTimeIntervals (#87079) 1 year ago
api.go Alerting: Remove legacy alerting (#83671) 1 year ago
api_alertmanager.go Alerting: Move alertmanager api silence code to separate files (#86947) 1 year ago
api_alertmanager_guards.go fix(alerting): add a proper compare func for location in mute timings (#82153) 1 year ago
api_alertmanager_guards_test.go fix(alerting): add a proper compare func for location in mute timings (#82153) 1 year ago
api_alertmanager_silences.go Alerting: Move alertmanager api silence code to separate files (#86947) 1 year ago
api_alertmanager_silences_test.go Alerting: Move alertmanager api silence code to separate files (#86947) 1 year ago
api_alertmanager_test.go Alerting: Move alertmanager api silence code to separate files (#86947) 1 year ago
api_configuration.go Grafana: Replace magic number with a constant variable in response status (#80132) 1 year ago
api_configuration_test.go Chore: use any rather than interface{} (#74066) 2 years ago
api_notifications.go Alerting: Receivers API (read only endpoints) (#81751) 1 year ago
api_notifications_test.go Alerting: Receivers API (read only endpoints) (#81751) 1 year ago
api_prometheus.go Alerting: Refactor api_prometheus.go request handlers. (#86639) 1 year ago
api_prometheus_test.go Alerting: Refactor Alert Rule Generators (#86813) 1 year ago
api_prometheus_test_fixtures.go Expressions: Fixes the issue showing expressions editor (#62510) 2 years ago
api_provisioning.go Alerting: Return a 400 and errutil error when trying to delete a contact point that is referenced by a policy (#85481) 1 year ago
api_provisioning_test.go Alerting: Also fix HCL field name for MuteTimeIntervals (#87079) 1 year ago
api_ruler.go Alerting: Refactor api_prometheus.go request handlers. (#86639) 1 year ago
api_ruler_export.go Alerting: Export rule validation logic and make it portable (#83555) 1 year ago
api_ruler_export_test.go Alerting: Refactor Alert Rule Generators (#86813) 1 year ago
api_ruler_history.go Identity: Unfurl OrgID in pkg/services to allow using identity.Requester interface (#76113) 2 years ago
api_ruler_test.go Alerting: Refactor Alert Rule Generators (#86813) 1 year ago
api_ruler_validation.go Alerting: Export rule validation logic and make it portable (#83555) 1 year ago
api_ruler_validation_test.go Alerting: Fix simplified routes '...' groupBy creating invalid routes (#86006) 1 year ago
api_testing.go Alerting: Update rule access control to explicitly check for permissions "alert.rules:read" and "folders:read" (#78289) 1 year ago
api_testing_test.go Alerting: Refactor Alert Rule Generators (#86813) 1 year ago
authorization.go Alerting: Editor role can access all provisioning API (#85022) 1 year ago
authorization_test.go Alerting: Remove legacy alerting (#83671) 1 year ago
compat.go Alerting: Support for simplified notification settings in rule API (#81011) 1 year ago
compat_contact_points.go Alerting: Export of contact points to HCL (#75849) 2 years ago
compat_contact_points_test.go Alerting: Export of contact points to HCL (#75849) 2 years ago
compat_test.go Alerting: introduce AlertQuery in definitions package (#63825) 2 years ago
configuration.go Chore: Move ReqContext to contexthandler service (#62102) 2 years ago
errors.go Alerting: Update rule access control to return errutil errors (#78284) 2 years ago
forking_alertmanager.go Alerting: Template Testing API (#67450) 2 years ago
forking_prometheus.go Chore: Move ReqContext to contexthandler service (#62102) 2 years ago
forking_ruler.go Alerting: Rule Modify Export APIs (#75322) 2 years ago
generated_base_api_alertmanager.go instrumentation: change slogroup for alerting handlers to high-slow (#75460) 2 years ago
generated_base_api_configuration.go instrumentation: change slogroup for alerting handlers to high-slow (#75460) 2 years ago
generated_base_api_history.go instrumentation: change slogroup for alerting handlers to high-slow (#75460) 2 years ago
generated_base_api_notifications.go Alerting: Receivers API (read only endpoints) (#81751) 1 year ago
generated_base_api_prometheus.go instrumentation: change slogroup for alerting handlers to high-slow (#75460) 2 years ago
generated_base_api_provisioning.go Alerting: Support deleting rule groups in the provisioning API (#83514) 1 year ago
generated_base_api_ruler.go ngalert `make`: Support GNU install on Darwin (#78482) 2 years ago
generated_base_api_testing.go instrumentation: change slogroup for alerting handlers to high-slow (#75460) 2 years ago
hooks.go Alerting: Use mux router to match hooks, add support for path variables and methods (#79345) 1 year ago
hooks_test.go Alerting: Use mux router to match hooks, add support for path variables and methods (#79345) 1 year ago
lotex_am.go Caching: Refactor enterprise query caching middleware to a wire service (#65616) 2 years ago
lotex_prom.go Caching: Refactor enterprise query caching middleware to a wire service (#65616) 2 years ago
lotex_ruler.go Alerting: Escape namespace and group path parameters (#80504) 1 year ago
lotex_ruler_test.go Alerting: Escape namespace and group path parameters (#80504) 1 year ago
notifications.go Alerting: Receivers API (read only endpoints) (#81751) 1 year ago
persist.go Alerting: Disallow invalid rule namespace UIDs in provisioning API (#83938) 1 year ago
promql_compat.go Chore: use any rather than interface{} (#74066) 2 years ago
promql_compat_test.go Alerting: Update prometheus version (#65688) 2 years ago
provisioning.go Alerting: Support deleting rule groups in the provisioning API (#83514) 1 year ago
ruler_history.go Alerting: Add endpoint for querying state history (#62166) 2 years ago
testing.go Alerting: Update rule access control to return errutil errors (#78284) 2 years ago
testing_api.go Alerting: Repurpose rule testing endpoint to return potential alerts (#69755) 2 years ago
util.go Chore: use any rather than interface{} (#74066) 2 years ago
util_test.go Alerting: Refactor Alert Rule Generators (#86813) 1 year ago