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/store
Yuri Tseretyan d4b0ac5973
Alerting: Fix rule storage to filter by group names using case-sensitive comparison (#88992)
12 months ago
..
admin_configuration.go chore: remove sqlstore & mockstore dependencies from (most) packages (#57087) 3 years ago
admin_configuration_store_mock.go Chore: use any rather than interface{} (#74066) 2 years ago
alert_rule.go Alerting: Fix rule storage to filter by group names using case-sensitive comparison (#88992) 12 months ago
alert_rule_test.go Alerting: Fix rule storage to filter by group names using case-sensitive comparison (#88992) 12 months ago
alertmanager.go Chore: Simplify function signature for GetLatestAlertmanagerConfiguration (#79392) 1 year ago
alertmanager_test.go Chore: Update test database initialization (#81673) 1 year ago
database.go Chore: Simplify function signature for GetLatestAlertmanagerConfiguration (#79392) 1 year ago
deltas.go Alerting: Update ListAlertRulesQuery to take a slice of RuleGroups (#88385) 1 year ago
deltas_test.go Alerting: Refactor Alert Rule Generators (#86813) 1 year ago
image.go Alerting: Bump grafana/alerting and refactor the ImageStore/Provider to provide image URL/bytes (#70182) 2 years ago
image_test.go Alerting: Use URLs in image annotations (#66804) 2 years ago
instance_database.go feat(alerting): add async state persister (#80763) 1 year ago
instance_database_test.go feat(alerting): add async state persister (#80763) 1 year ago
org.go chore: remove sqlstore & mockstore dependencies from (most) packages (#57087) 3 years ago
provisioning_store.go chore: remove sqlstore & mockstore dependencies from (most) packages (#57087) 3 years ago
provisioning_store_test.go Chore: Fix goimports grouping in alerting (#62424) 2 years ago
range_to_instant.go Alerting: Apply query optimization to eval endpoints (#78566) 2 years ago
range_to_instant_test.go Alerting: Apply query optimization to eval endpoints (#78566) 2 years ago
testing.go Alerting: Bump grafana/alerting and refactor the ImageStore/Provider to provide image URL/bytes (#70182) 2 years ago
transactions.go