grafana/pkg
Matthew Jacobson f79dd7c7f9
Alerting: Persist silence state immediately on Create/Delete (#84705)
* Alerting: Persist silence state immediately on Create/Delete

Persists the silence state to the kvstore immediately instead of waiting for the
 next maintenance run. This is used after Create/Delete to prevent silences from
 being lost when a new Alertmanager is started before the state has persisted.
 This can happen, for example, in a rolling deployment scenario.

* Fix test that requires real data

* Don't error if silence state persist fails, maintenance will correct
2024-04-09 13:39:34 -04:00
..
api Add FolderUID for library elements (#83819) 2024-04-09 12:27:43 +02:00
apimachinery K8s: Add slog wrapper (#84680) 2024-04-09 18:39:25 +03:00
apis Scopes: Add basic integration tests (#85351) 2024-03-29 16:12:28 +02:00
apiserver K8s: Add slog wrapper (#84680) 2024-04-09 18:39:25 +03:00
build K8s: Add slog wrapper (#84680) 2024-04-09 18:39:25 +03:00
bus Tracing: Standardize on otel tracing (#75528) 2023-10-03 14:54:20 +02:00
cmd Feature Flags: use FeatureToggles interface where possible (#85131) 2024-04-04 12:22:31 -04:00
codegen Core: Remove thema and kindsys dependencies (#84499) 2024-03-21 11:11:29 +01:00
components Chore: Remove public vars in setting package (#81018) 2024-01-23 12:36:22 +01:00
events Alerting: Update rules version when folder title is updated (#53013) 2022-08-01 19:28:38 -04:00
expr Feature Flags: use FeatureToggles interface where possible (#85131) 2024-04-04 12:22:31 -04:00
extensions K8s: Add slog wrapper (#84680) 2024-04-09 18:39:25 +03:00
generated K8s: update hack codegen script (#81216) 2024-01-25 12:01:09 -08:00
ifaces/gcsifaces Chore: Upgrade Go to 1.19.1 (#54902) 2022-09-12 12:03:49 +02:00
infra K8s: Add slog wrapper (#84680) 2024-04-09 18:39:25 +03:00
kinds Schemas: Replace registry generation and github workflow (#83490) 2024-03-13 18:05:21 +02:00
login/social samlsettings: api integration (#84300) 2024-03-25 10:54:45 +01:00
middleware Chore: Remove repetitive words (#84132) 2024-03-11 08:55:18 -04:00
mocks/mock_gcsifaces Chore: use any rather than interface{} (#74066) 2023-08-30 18:46:47 +03:00
models Auth: Add empty role definition (#64694) 2023-07-06 15:40:06 +02:00
modules Storage Api: Add metrics (#85316) 2024-04-08 08:35:01 -06:00
plugins Plugins: Factory for instantiating core plugin (#85047) 2024-03-25 15:41:26 +01:00
promlib K8s: Add slog wrapper (#84680) 2024-04-09 18:39:25 +03:00
registry Feature Flags: use FeatureToggles interface where possible (#85131) 2024-04-04 12:22:31 -04:00
server Storage: Watch tests (#85496) 2024-04-08 11:42:12 -04:00
services Alerting: Persist silence state immediately on Create/Delete (#84705) 2024-04-09 13:39:34 -04:00
setting Alerting: Make retention period configurable for the notification log (#85605) 2024-04-05 12:25:43 +02:00
tests Storage: Watch tests (#85496) 2024-04-08 11:42:12 -04:00
tsdb PostgreSQL: Fix the verify-ca mode (#85530) 2024-04-09 08:39:45 +02:00
util K8s: Add slog wrapper (#84680) 2024-04-09 18:39:25 +03:00
web Image Rendering: Add settings for default width, height and scale (#82040) 2024-02-26 13:27:34 +01:00
README.md Chore: Move all backend contribution documents to a single directory (#61140) 2023-01-11 11:16:52 +01:00
ruleguard.rules.go Chore: update all +build statements (#38782) 2021-09-01 17:38:56 +03:00

This directory contains the code for the Grafana backend.

The contributor documentation for Grafana's backend is in /contribute/backend/README.md.