grafana/pkg
2024-06-25 16:43:13 +02:00
..
api Chore: Remove sensitive information from presigned URLs prior to logging (#87035) 2024-06-24 14:53:42 +02:00
apimachinery K8s: Rename origin.key to origin.hash (#89337) 2024-06-18 22:27:16 +03:00
apis K8s: remove (not great) example api (#89524) 2024-06-21 10:23:08 +03:00
apiserver Storage: Avoid relying on RequestInfo (#89635) 2024-06-25 10:06:03 -04:00
build CI: Add bump-version action to the release PR workflow (#89491) 2024-06-20 13:15:09 -05:00
bus Tracing: Standardize on otel tracing (#75528) 2023-10-03 14:54:20 +02:00
cmd Init dualwriter metrics (#89003) 2024-06-14 11:01:49 +02:00
codegen Chore: Upgrade/fix deps after thema removal (#86763) 2024-04-25 20:52:09 +02:00
components Chore: Bump google.golang.org/grpc to 1.64.0 (#88219) 2024-05-27 12:44:39 +02:00
events Alerting: Update rules version when folder title is updated (#53013) 2022-08-01 19:28:38 -04:00
expr chore(perf): Pre-allocate where possible (enable prealloc linter) (#88952) 2024-06-14 14:16:36 -04:00
extensions Chore: Remove legacydata package (#88790) 2024-06-05 22:31:06 +02:00
generated Alerting: Time Intervals API (#88201) 2024-06-20 16:52:03 -04:00
ifaces/gcsifaces Chore: Upgrade Go to 1.19.1 (#54902) 2022-09-12 12:03:49 +02:00
infra K8s: Improve identity mapping setup (#89450) 2024-06-20 17:53:07 +03:00
kinds Schemas: Replace registry generation and github workflow (#83490) 2024-03-13 18:05:21 +02:00
login/social Auth: Implement reload function for LDAP (#89267) 2024-06-18 14:31:27 +03:00
middleware Chore: Remove sensitive information from presigned URLs prior to logging (#87035) 2024-06-24 14:53:42 +02:00
mocks/mock_gcsifaces Chore: use any rather than interface{} (#74066) 2023-08-30 18:46:47 +03:00
models Chore: Move identity and errutil to apimachinery module (#89116) 2024-06-13 07:11:35 +03:00
modules Zanzana: Initial work to run openFGA as embedded or standalone service (#89211) 2024-06-18 10:04:18 +02:00
plugins chore(perf): Pre-allocate where possible (enable prealloc linter) (#88952) 2024-06-14 14:16:36 -04:00
promlib Plugins: Update plugin SDK Go to 0.235.0 (#89153) 2024-06-13 15:14:39 +02:00
registry Storage: Avoid relying on RequestInfo (#89635) 2024-06-25 10:06:03 -04:00
server Experimental Feature Toggle: databaseReadReplica (#89232) 2024-06-18 11:07:15 -04:00
services RestoreDashboards: Create FE feature toggle (#89655) 2024-06-25 16:43:13 +02:00
setting Alerting: Add max limit for Loki query size in state history API (#89646) 2024-06-25 09:20:38 -04:00
storage/unified/resource Storage: Move grpc helper from entity store to resource store (#89490) 2024-06-20 22:32:19 +03:00
tests K8s: remove (not great) example api (#89524) 2024-06-21 10:23:08 +03:00
tsdb Tempo: TraceQL metrics step option (#89434) 2024-06-20 15:22:50 +01:00
util Chore: Remove sensitive information from presigned URLs prior to logging (#87035) 2024-06-24 14:53:42 +02:00
web Chore: Move identity and errutil to apimachinery module (#89116) 2024-06-13 07:11:35 +03: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.