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
Steve Simpson f07f48616a
Alerting: Fix panic when limit_alerts=0. (#86640)
2 years ago
..
hcl
test-data Alerting: Remove isDefault field from receivers (Alertmanager configuration) (#86605) 2 years ago
tooling Alerting: Fix panic when limit_alerts=0. (#86640) 2 years ago
api.go Alerting: Remove legacy alerting (#83671) 2 years ago
api_alertmanager.go Alerting: Persist silence state immediately on Create/Delete (#84705) 2 years ago
api_alertmanager_guards.go fix(alerting): add a proper compare func for location in mute timings (#82153) 2 years ago
api_alertmanager_guards_test.go fix(alerting): add a proper compare func for location in mute timings (#82153) 2 years ago
api_alertmanager_test.go Alerting: Remove isDefault field from receivers (Alertmanager configuration) (#86605) 2 years ago
api_configuration.go Grafana: Replace magic number with a constant variable in response status (#80132) 2 years ago
api_configuration_test.go
api_notifications.go Alerting: Receivers API (read only endpoints) (#81751) 2 years ago
api_notifications_test.go Alerting: Receivers API (read only endpoints) (#81751) 2 years ago
api_prometheus.go Alerting: Consistently return Prometheus-style responses from rules APIs. (#86600) 2 years ago
api_prometheus_test.go Alerting: Extract alerting rules authorization logic to a service (#77006) 2 years ago
api_prometheus_test_fixtures.go
api_provisioning.go Alerting: Return a 400 and errutil error when trying to delete a contact point that is referenced by a policy (#85481) 2 years ago
api_provisioning_test.go Alerting: Remove isDefault field from receivers (Alertmanager configuration) (#86605) 2 years ago
api_ruler.go Alerting: Export rule validation logic and make it portable (#83555) 2 years ago
api_ruler_export.go Alerting: Export rule validation logic and make it portable (#83555) 2 years ago
api_ruler_export_test.go Alerting: Update rule access control to explicitly check for permissions "alert.rules:read" and "folders:read" (#78289) 2 years 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 Feature Flags: use FeatureToggles interface where possible (#85131) 2 years ago
api_ruler_validation.go Alerting: Export rule validation logic and make it portable (#83555) 2 years ago
api_ruler_validation_test.go Alerting: Fix simplified routes '...' groupBy creating invalid routes (#86006) 2 years ago
api_testing.go Alerting: Update rule access control to explicitly check for permissions "alert.rules:read" and "folders:read" (#78289) 2 years ago
api_testing_test.go Feature Flags: use FeatureToggles interface where possible (#85131) 2 years ago
authorization.go Alerting: Editor role can access all provisioning API (#85022) 2 years ago
authorization_test.go Alerting: Remove legacy alerting (#83671) 2 years ago
compat.go Alerting: Support for simplified notification settings in rule API (#81011) 2 years 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
configuration.go
errors.go Alerting: Update rule access control to return errutil errors (#78284) 2 years ago
forking_alertmanager.go
forking_prometheus.go
forking_ruler.go
generated_base_api_alertmanager.go
generated_base_api_configuration.go
generated_base_api_history.go
generated_base_api_notifications.go Alerting: Receivers API (read only endpoints) (#81751) 2 years ago
generated_base_api_prometheus.go
generated_base_api_provisioning.go Alerting: Support deleting rule groups in the provisioning API (#83514) 2 years ago
generated_base_api_ruler.go ngalert `make`: Support GNU install on Darwin (#78482) 2 years ago
generated_base_api_testing.go
hooks.go Alerting: Use mux router to match hooks, add support for path variables and methods (#79345) 2 years ago
hooks_test.go Alerting: Use mux router to match hooks, add support for path variables and methods (#79345) 2 years ago
lotex_am.go
lotex_prom.go
lotex_ruler.go Alerting: Escape namespace and group path parameters (#80504) 2 years ago
lotex_ruler_test.go Alerting: Escape namespace and group path parameters (#80504) 2 years ago
notifications.go Alerting: Receivers API (read only endpoints) (#81751) 2 years ago
persist.go Alerting: Disallow invalid rule namespace UIDs in provisioning API (#83938) 2 years ago
promql_compat.go
promql_compat_test.go
provisioning.go Alerting: Support deleting rule groups in the provisioning API (#83514) 2 years ago
ruler_history.go
testing.go Alerting: Update rule access control to return errutil errors (#78284) 2 years ago
testing_api.go
util.go
util_test.go