grafana/pkg/storage/unified/sql
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
..
data feat(unified-storage): return guid, group and resource on read/list (#104121) 2025-04-17 12:58:58 +02:00
db [Chore] Mark CodeQL warning as safe (#101365) 2025-04-07 11:52:09 +02:00
dbutil CI: Bump golangci-lint to 2.0.2 (#103572) 2025-04-10 14:42:23 +02:00
indexer_seeders
sqltemplate SQLTemplates: Add helper to ensure all templates have a test-case (#103964) 2025-04-22 11:21:51 +02:00
test unified-storage: setup ring to shard requests (#103783) 2025-04-25 13:08:44 -04:00
testdata SQLTemplates: Add helper to ensure all templates have a test-case (#103964) 2025-04-22 11:21:51 +02:00
backend.go feat(unified-storage): return guid, group and resource on read/list (#104121) 2025-04-17 12:58:58 +02:00
backend_test.go feat(unified-storage): return guid, group and resource on read/list (#104121) 2025-04-17 12:58:58 +02:00
blob.go
bulk.go
bulk_test.go
notifier.go Use logging from app sdk in the resource mod (#103281) 2025-04-08 15:35:11 +02:00
notifier_sql.go Use logging from app sdk in the resource mod (#103281) 2025-04-08 15:35:11 +02:00
notifier_sql_test.go fix(test): Attempt to make TestPollingNotifier/notify_returns_channel_and_starts_polling less flaky (#103947) 2025-04-14 09:41:09 +02:00
notifier_test.go Use logging from app sdk in the resource mod (#103281) 2025-04-08 15:35:11 +02:00
queries.go feat(unified-storage): return guid, group and resource on read/list (#104121) 2025-04-17 12:58:58 +02:00
queries_test.go SQLTemplates: Add helper to ensure all templates have a test-case (#103964) 2025-04-22 11:21:51 +02:00
rv_manager.go
rv_manager_test.go
search.go
server.go unified-storage: setup ring to shard requests (#103783) 2025-04-25 13:08:44 -04:00
server_test.go
service.go unified-storage: setup ring to shard requests (#103783) 2025-04-25 13:08:44 -04:00