grafana/pkg/server
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
..
doc.go feat: add ability to launch targeted dskit modules in the grafana server CLI command (#74188) 2023-09-01 08:09:54 -04:00
instrumentation_service.go unified-storage: setup ring to shard requests (#103783) 2025-04-25 13:08:44 -04:00
instrumentation_service_test.go unified-storage: setup ring to shard requests (#103783) 2025-04-25 13:08:44 -04:00
memberlist.go unified-storage: setup ring to shard requests (#103783) 2025-04-25 13:08:44 -04:00
module_runner.go feat: add ability to launch targeted dskit modules in the grafana server CLI command (#74188) 2023-09-01 08:09:54 -04:00
module_server.go unified-storage: setup ring to shard requests (#103783) 2025-04-25 13:08:44 -04:00
module_server_test.go fix(unified-storage): fix graceful termination for grafana target servers (#103520) 2025-04-08 11:45:10 +02:00
ring.go unified-storage: setup ring to shard requests (#103783) 2025-04-25 13:08:44 -04:00
runner.go Chore: Unite wire graphs for cli and server (#61143) 2023-03-17 16:36:39 +01:00
server.go Unistore: refactor provisioning to work with folder service (#99473) 2025-01-29 05:19:38 +02:00
server_test.go K8s: Refactor metrics to share k8s registry (#79106) 2023-12-06 16:34:23 -05:00
service.go feat: add ability to launch targeted dskit modules in the grafana server CLI command (#74188) 2023-09-01 08:09:54 -04:00
test_env.go AppPlatform: Introduce experimental Github integration for dashboard configuration management (#96329) 2025-03-25 08:59:03 +01:00
wire.go Use authlib repo. Use otel (#103178) 2025-04-07 15:47:40 +02:00
wireexts_oss.go fix(unified-storage): remove bleve index metric from global scope (#101825) 2025-03-13 10:09:38 -04:00