grafana/pkg
Arati R 0ffc4c441b
Storage: Add mode reconciliation for modes 1 and 2 (#87919)
* Add skeleton implementation for mode reconciliation between 1 and 2
* Track mode for each dual writer
* Add test for setting dual writer
* Include context when setting dual writing mode

---------

Co-authored-by: Dan Cech <dcech@grafana.com>
2024-05-23 00:12:46 +02:00
..
api RBAC: Expand action sets when fetching permissions (#87967) 2024-05-21 15:09:26 +01:00
apimachinery sql expressions - logging (#88193) 2024-05-22 17:18:46 -04:00
apis Scopes: Change JS linkID to linkId (#87831) 2024-05-14 11:01:21 -04:00
apiserver Storage: Add mode reconciliation for modes 1 and 2 (#87919) 2024-05-23 00:12:46 +02:00
build Chore: Upgrade grpc-ecosystem/go-grpc-middleware to v2 (#86724) 2024-04-25 17:25:48 +02:00
bus Tracing: Standardize on otel tracing (#75528) 2023-10-03 14:54:20 +02:00
cmd RBAC: Expand action sets when fetching permissions (#87967) 2024-05-21 15:09:26 +01:00
codegen Chore: Upgrade/fix deps after thema removal (#86763) 2024-04-25 20:52:09 +02:00
components Chore: Improve some confusing logs (#87185) 2024-05-01 19:42:05 +03:00
events Alerting: Update rules version when folder title is updated (#53013) 2022-08-01 19:28:38 -04:00
expr sql expressions - logging (#88193) 2024-05-22 17:18:46 -04:00
extensions Caching: Implement mtls-enabled memcached integration (#84171) 2024-05-09 15:12:08 -04: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 Datasources: Enable native histograms for datasource response size metric (#87962) 2024-05-16 13:48:51 +02:00
kinds Schemas: Replace registry generation and github workflow (#83490) 2024-03-13 18:05:21 +02:00
login/social SSO: enable api_url validator for azuread (#85967) 2024-05-20 16:13:43 +03:00
middleware User: support setting org and help flags though update function (#86535) 2024-04-29 08:53:05 +02: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 Update DS Proxy to use RBAC action (#87517) 2024-05-21 08:05:16 -05:00
promlib sql expressions - logging (#88193) 2024-05-22 17:18:46 -04:00
registry Storage: Add mode reconciliation for modes 1 and 2 (#87919) 2024-05-23 00:12:46 +02:00
server RBAC: Expand action sets when fetching permissions (#87967) 2024-05-21 15:09:26 +01:00
services Alerting: Support custom API URL for PagerDuty integration (#88007) 2024-05-22 15:31:55 -04:00
setting Azure: Fix for username assertion (#87853) 2024-05-16 11:50:02 -05:00
tests Alerting: Support custom API URL for PagerDuty integration (#88007) 2024-05-22 15:31:55 -04:00
tsdb CloudWatch: Add additional AWS/KinesisAnalytics metrics (#88101) 2024-05-21 09:50:19 +02:00
util Errors: Update errutil to be compatible with k8s errors (#87605) 2024-05-20 18:11:37 +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.