grafana/pkg
Fayzal Ghantiwala 7a2fbad0c8
Alerting: Add options to configure TLS for HA using Redis (#87567)
* Add Alerting HA Redis Client TLS configs

* Add test to ping miniredis with mTLS

* Update .ini files and docs

* Add tests for unified alerting ha redis TLS settings

* Fix malformed go.sum

* Add modowner

* Fix lint error

* Update docs and use dstls config
2024-05-14 14:21:42 +01:00
..
api Add apiVersion to plugin models (#87510) 2024-05-14 13:58:27 +02:00
apimachinery Chore: Upgrade go from 1.21.0 to 1.21.10 (#87479) 2024-05-09 15:57:08 +03:00
apis Scopes: Add a /find query endpoint (#87457) 2024-05-08 13:35:11 -04:00
apiserver Storage: Customise setting dual writing modes (#87668) 2024-05-14 14:11:56 +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 Access control: Cache basic roles and teams permissions (#87043) 2024-05-07 15:23:11 +02: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 Alerting: Do not retry rule evaluations with "input data must be a wide series but got type long" style errors (#87343) 2024-05-07 11:31:07 -05: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 Chore: Remove use of deprecated method in AC code (#87541) 2024-05-10 11:56:52 +01:00
kinds Schemas: Replace registry generation and github workflow (#83490) 2024-03-13 18:05:21 +02:00
login/social SAML: add referemce to azure ad limitations (#87571) 2024-05-10 15:12:31 +02: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 Add apiVersion to plugin models (#87510) 2024-05-14 13:58:27 +02:00
promlib Upgrade grafana-plugin-sdk-go to v0.230.0 (#87706) 2024-05-13 13:23:30 +02:00
registry Storage: Customise setting dual writing modes (#87668) 2024-05-14 14:11:56 +02:00
server k8s: remove dependency on app_mode development (#85474) 2024-05-03 11:28:15 +03:00
services Alerting: Add options to configure TLS for HA using Redis (#87567) 2024-05-14 14:21:42 +01:00
setting Alerting: Add options to configure TLS for HA using Redis (#87567) 2024-05-14 14:21:42 +01:00
tests Add apiVersion to plugin models (#87510) 2024-05-14 13:58:27 +02:00
tsdb InfluxDB: Update alias regex pattern (#87713) 2024-05-14 09:53:18 +02:00
util Chore: Upgrade go from 1.21.0 to 1.21.10 (#87479) 2024-05-09 15:57:08 +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.