grafana/pkg/services/ngalert/state/historian
Alexander Weaver 3634079b8f
Alerting: Attach hash of instance labels to state history log lines (#65968)
* Add instanceID which is hash of labels

* Rename field to fingerprint

* Move to prometheus style signature

* Appease linter
2023-04-19 14:22:19 -05:00
..
model Alerting: Capture refID of rule's condition expression in Loki state history entries (#66419) 2023-04-18 14:21:28 -05:00
annotation_test.go Alerting: Add "backend" label to state history writes metrics (#65395) 2023-03-28 08:49:51 -05:00
annotation.go Alerting: Use a completely isolated context for state history writes (#64989) 2023-04-04 16:41:46 -05:00
backend.go Alerting: Delete stub for SQL alert state history backend (#65667) 2023-03-31 11:15:56 -05:00
core_test.go Chore: Fix goimports grouping in alerting (#62424) 2023-01-30 09:55:35 +01:00
core.go Alerting: Attach hash of instance labels to state history log lines (#65968) 2023-04-19 14:22:19 -05:00
dashboard_test.go Chore: Fix goimports grouping in alerting (#62424) 2023-01-30 09:55:35 +01:00
dashboard.go Chore: Fix goimports grouping in alerting (#62424) 2023-01-30 09:55:35 +01:00
encode.go Alerting: Switch to snappy-compressed-protobuf for outgoing push requests to Loki (#65077) 2023-03-21 13:38:42 -05:00
loki_http_test.go Alerting: Use default page size of 5000 when querying Loki for state history (#66315) 2023-04-18 14:31:29 -05:00
loki_http.go Alerting: Use default page size of 5000 when querying Loki for state history (#66315) 2023-04-18 14:31:29 -05:00
loki_test.go Alerting: Attach hash of instance labels to state history log lines (#65968) 2023-04-19 14:22:19 -05:00
loki.go Alerting: Attach hash of instance labels to state history log lines (#65968) 2023-04-19 14:22:19 -05:00
multiple_test.go Alerting: Create new state history "fanout" backend that dispatches to multiple other backends at once (#64774) 2023-03-17 12:41:18 -05:00
multiple.go Vendor errors.Join from Go standard library to avoid version incompatibilities (#64985) 2023-03-17 14:07:58 -05:00
noop.go Alerting: Create new state history "fanout" backend that dispatches to multiple other backends at once (#64774) 2023-03-17 12:41:18 -05:00
query.go Alerting: Create new state history "fanout" backend that dispatches to multiple other backends at once (#64774) 2023-03-17 12:41:18 -05:00
testing.go Alerting: Expose Prometheus metrics for persisting state history (#63157) 2023-03-06 10:40:37 -06:00