grafana/pkg
2024-09-13 22:55:26 +03:00
..
aggregator Aggregator: Add README and example query (#93351) 2024-09-13 22:55:26 +03:00
api Add remaining k8s endpoints for Folders (#93146) 2024-09-12 14:38:27 -03:00
apimachinery K8s: support unstructured spec+status mutation with GrafanaMetaAccessor (#92970) 2024-09-10 13:32:18 +03:00
apis Alerting: Include in-use metadata in k8s receiver LIST & GET (#93016) 2024-09-13 20:20:09 +03:00
apiserver DualWriter: Add mode 5 that always uses storage (#93169) 2024-09-10 13:07:06 -04:00
build Chore: Bump grafana-plugin-sdk-go version to v0.247.0 (#93095) 2024-09-09 14:36:59 +03:00
bus Tracing: Standardize on otel tracing (#75528) 2023-10-03 14:54:20 +02:00
cmd feat(apiserver): refactor the hooking mechanism for standalone apiserver (#93001) 2024-09-06 14:12:12 -07:00
codegen chore(deps): Upgrade openapi dep, remove replace directive (#90609) 2024-07-18 14:42:18 -04:00
components Chore: Bump google.golang.org/grpc to 1.64.0 (#88219) 2024-05-27 12:44:39 +02:00
events Alerting: update rule versions on folder move (#88376) 2024-08-13 12:26:26 +02:00
expr InfluxDB: Add Influx to check if series need to be fixed labels (#93299) 2024-09-13 14:05:15 -05:00
extensions K8s e2e tests: adds e2e package and 10 year certs (#91557) 2024-08-06 03:29:36 +03:00
generated K8s: Add k8s codegen PR check (#91903) 2024-08-14 11:06:37 -04:00
ifaces/gcsifaces Chore: Upgrade Go to 1.19.1 (#54902) 2022-09-12 12:03:49 +02:00
infra Slugs: use shorter slug fallback (#93081) 2024-09-10 09:04:23 +03:00
kinds Dashboard Scene: Fix snapshots not displaying variables values (#88967) 2024-08-20 17:05:12 +02:00
login/social Chore: Bump Go to 1.23.0 (#92105) 2024-08-21 11:40:42 -04:00
middleware Canvas: Allow API calls to grafana origin (#91822) 2024-09-10 10:45:27 -04: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 Plugins: Add test case for relative parent directory path (#93338) 2024-09-13 18:30:19 +03:00
promlib Chore: Update plugin SDK to v0.248.0 (#93217) 2024-09-11 15:17:29 +03:00
registry Alerting: Include in-use metadata in k8s receiver LIST & GET (#93016) 2024-09-13 20:20:09 +03:00
semconv Chore: Bump Go to 1.23.1 (#93007) 2024-09-06 20:58:50 +03:00
server K8s: Use wire to initalize the resource client (#93221) 2024-09-12 17:22:27 +03:00
services Alerting: Include in-use metadata in k8s receiver LIST & GET (#93016) 2024-09-13 20:20:09 +03:00
setting Canvas: Allow API calls to grafana origin (#91822) 2024-09-10 10:45:27 -04:00
storage K8s: Use wire to initalize the resource client (#93221) 2024-09-12 17:22:27 +03:00
tests Alerting: Include in-use metadata in k8s receiver LIST & GET (#93016) 2024-09-13 20:20:09 +03:00
tsdb InfluxDB: Update macro regexp (#93040) 2024-09-11 14:26:09 +01:00
util Identity: Remove typed id (#91801) 2024-08-13 10:18:28 +02:00
web feat: add QueryIntWithDefault to web context (#93130) 2024-09-10 09:04:49 -05: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.