grafana/pkg
Will Assis 4adebd6058
unified-storage: setup ring to shard requests (#103783)
* Updates the instrumentation_server service to use mux instead of the builtin router, and have it store the router in the module server: this is so we can register the /ring endpoint to check the status of the ring
* Create a new Ring service that depends on the instrumentation server and declares it as a dependency for the storage server
* Create standalone MemberlistKV service for Ring service to use
* Update the storage server Search and GetStats handler to distribute requests if applicable
2025-04-25 13:08:44 -04:00
..
aggregator Chore: Update internal go.mod references (#104262) 2025-04-22 10:42:39 +01:00
api Build swagger ui in seperate webpack build (#102046) 2025-04-25 14:22:57 +01:00
apimachinery IAM: Add `datasources:query` support for using the authlib/authzservice (#104107) 2025-04-24 13:39:31 +01:00
apis Chore: Update internal go.mod references (#104262) 2025-04-22 10:42:39 +01:00
apiserver fix: make data syncer run configurable on mode (2->3) change (#104401) 2025-04-25 13:43:35 +02:00
build
bus
cmd K8s/Dashboard: Promote from alpha1 to beta1 (#104009) 2025-04-23 20:54:35 +03:00
codegen
components
events
expr Alerting: Remove feature toggle for custom recovery threshold (#104455) 2025-04-24 11:58:17 -04:00
extensions unified-storage: setup ring to shard requests (#103783) 2025-04-25 13:08:44 -04:00
generated
ifaces/gcsifaces
infra Data Sources: Add gauge for response size (#104394) 2025-04-24 13:26:28 +01:00
kinds
login/social
middleware Build swagger ui in seperate webpack build (#102046) 2025-04-25 14:22:57 +01:00
mocks/mock_gcsifaces
models
modules unified-storage: setup ring to shard requests (#103783) 2025-04-25 13:08:44 -04:00
plugins Chore: Update internal go.mod references (#104262) 2025-04-22 10:42:39 +01:00
promlib Chore: bump grafana-plugin-sdk-go from v0.275.0 to v0.277.0 (#103971) 2025-04-17 00:32:25 +03:00
registry K8s: Dashboards: Fix provisioned dashboard cleanup (#104504) 2025-04-25 05:55:50 -06:00
semconv
server unified-storage: setup ring to shard requests (#103783) 2025-04-25 13:08:44 -04:00
services Dashboards: Set provisioning concurrency limit (#104507) 2025-04-25 12:43:29 -04:00
setting unified-storage: setup ring to shard requests (#103783) 2025-04-25 13:08:44 -04:00
storage unified-storage: setup ring to shard requests (#103783) 2025-04-25 13:08:44 -04:00
tests unified-storage: setup ring to shard requests (#103783) 2025-04-25 13:08:44 -04:00
tsdb Graphite: Support backend queries with different time ranges (#103984) 2025-04-22 13:14:24 +01:00
util Chore: Clean up unused parts of xorm/core (#104260) 2025-04-22 11:37:07 +02:00
web
README.md
ruleguard.rules.go

README.md

This directory contains the code for the Grafana backend.

The contributor documentation for Grafana's backend is in /contribute/backend/README.md.