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 Unified Storage Indexer: Build tenant indexes concurrently (#95795) 2024-11-06 12:58:07 -06:00
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 Unified/Blob: Allow direct access to UIDs (#101339) 2025-02-26 16:18:59 +02:00
bulk.go Unistore: Batch write events (#101381) 2025-03-13 10:24:12 +02:00
bulk_test.go UnifiedStorage: Rename Batch processing to Bulk (#101413) 2025-02-28 08:41:08 +03:00
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 Unistore: Batch write events (#101381) 2025-03-13 10:24:12 +02:00
rv_manager_test.go Unistore: Batch write events (#101381) 2025-03-13 10:24:12 +02:00
search.go Search: Rename managed object index (#101856) 2025-03-10 19:48:53 +03:00
server.go unified-storage: setup ring to shard requests (#103783) 2025-04-25 13:08:44 -04:00
server_test.go fix(unified-storage): check resource_api cfg for isHA (#102283) 2025-03-18 12:33:27 +01:00
service.go unified-storage: setup ring to shard requests (#103783) 2025-04-25 13:08:44 -04:00