grafana/pkg
2025-02-15 04:08:00 +02:00
..
aggregator Plugins: Upgrade grafana-plugin-sdk to 0.266.0 (#100727) 2025-02-14 16:33:45 +01:00
api K8s: refactor build handler chain func to allow easier injection from enterprise (#100777) 2025-02-15 04:08:00 +02:00
apimachinery Plugins: Upgrade grafana-plugin-sdk to 0.266.0 (#100727) 2025-02-14 16:33:45 +01:00
apis Query Library: Move backend to enterprise (#100371) 2025-02-14 11:05:03 +00:00
apiserver dont return not found error in mode 2 (#100758) 2025-02-14 20:39:51 +02:00
build Plugins: Upgrade grafana-plugin-sdk to 0.266.0 (#100727) 2025-02-14 16:33:45 +01:00
bus Tracing: Standardize on otel tracing (#75528) 2023-10-03 14:54:20 +02:00
cmd unified: allow customising the ProvideUnifiedStorageClient (#100704) 2025-02-14 11:26:51 +01:00
codegen go.mod: updated grafana-plugin-sdk-go (#100342) 2025-02-10 11:38:30 +01:00
components Dashboard Versions: Make compatible with app platform (#99327) 2025-01-28 08:17:52 -06:00
events Alerting: update rule versions on folder move (#88376) 2024-08-13 12:26:26 +02:00
expr SQL Expressions: Improve response to frame conversion handling (#100625) 2025-02-14 17:21:08 +02:00
extensions K8s: Move standalone apiserver CLI to enterprise (#93799) 2024-09-27 09:04:35 +03:00
generated Provisioning: Sync API with current feature branch (#100252) 2025-02-07 15:35:55 +01:00
ifaces/gcsifaces Chore: Upgrade Go to 1.19.1 (#54902) 2022-09-12 12:03:49 +02:00
infra Metrics: Use correct gatherer in graphite bridge (#100624) 2025-02-13 10:19:22 -05:00
kinds Schema V2: Adjust quick_ranges in time settings and remove time_options (#100135) 2025-02-12 19:23:09 +00:00
login/social SSO: Fix team_ids validation for Generic OAuth (#100732) 2025-02-14 17:57:28 +02:00
middleware K8s: refactor build handler chain func to allow easier injection from enterprise (#100777) 2025-02-15 04:08:00 +02:00
mocks/mock_gcsifaces Chore: use any rather than interface{} (#74066) 2023-08-30 18:46:47 +03:00
models Auth: Attach external session info to Grafana session (#93849) 2024-10-08 11:03:29 +02:00
modules K8s: Add tracing to apiserver startup (#95744) 2024-11-02 00:44:40 +01:00
plugins Mark grpc data source timeouts as cancelled queries (#100573) 2025-02-13 13:40:53 +01:00
promlib Plugins: Upgrade grafana-plugin-sdk to 0.266.0 (#100727) 2025-02-14 16:33:45 +01:00
registry K8s: Search fallback: Support tag search (#100767) 2025-02-14 16:57:10 -05:00
semconv Upgrade grafana-app-sdk to 0.31.0 (#99739) 2025-01-30 16:10:42 +02:00
server K8s: refactor build handler chain func to allow easier injection from enterprise (#100777) 2025-02-15 04:08:00 +02:00
services K8s: refactor build handler chain func to allow easier injection from enterprise (#100777) 2025-02-15 04:08:00 +02:00
setting Auth: Add IP address login attempt validation (#98123) 2025-02-05 20:16:36 +02:00
storage Extract NewSearchOptions from unified sql client setup. (#100719) 2025-02-14 16:39:48 +01:00
tests Alerting: Stop running AM integration tests on CI (#100702) 2025-02-14 16:55:20 +01:00
tsdb influxdb - fix nil pointer usage - fixes #100723 (#100724) 2025-02-14 08:25:26 -05:00
util IAM: Log error when malformed json arrays are found in SSO configs (#99896) 2025-02-13 18:02:54 +01: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.