mirror of
https://github.com/grafana/grafana.git
synced 2026-02-19 02:30:53 -05:00
* Simplify unified storage client backend setup * Gate storage backend creation by storage type * Allow unified grpc storage without backend * refactor(unified): ProvideStorageBackend before unified service * refactor(unified): implement ProvideStorageBackend and provide backend before service * Fix issues after merge * simplify changes * fix missing reference * fix tests * fix lint and add comment to NewStorageBackend * start service in test * separate module for unified backend * Stop unified backend after grpc * Fix tests * Shutdown backend last * Do not reply on ishealthy after shutdown started * Cleanup a bit the code * Init backend at register time * Do not change health checks for now * re-add storage metrics * check for nil on testinfra sql.NewStorageBackend * add tracer for backend and set max_open_conn in test * address claude review * make distributor an idle server * ensure server is created in test |
||
|---|---|---|
| .. | ||
| settingtest | ||
| testdata | ||
| date_formats.go | ||
| date_formats_test.go | ||
| dynamic_settings_test.go | ||
| expanders.go | ||
| expanders_test.go | ||
| provider.go | ||
| setting.go | ||
| setting_anonymous.go | ||
| setting_auth_proxy.go | ||
| setting_azure.go | ||
| setting_azure_test.go | ||
| setting_cloud_migration.go | ||
| setting_data_proxy.go | ||
| setting_feature_toggles.go | ||
| setting_feature_toggles_test.go | ||
| setting_grafana_javascript_agent.go | ||
| setting_grpc.go | ||
| setting_jwt.go | ||
| setting_k8s_dashboard_cleanup.go | ||
| setting_openfeature.go | ||
| setting_openfeature_test.go | ||
| setting_passwordless_magic_link.go | ||
| setting_plugins.go | ||
| setting_plugins_test.go | ||
| setting_quota.go | ||
| setting_remote_cache.go | ||
| setting_search.go | ||
| setting_secrets_manager.go | ||
| setting_secrets_manager_test.go | ||
| setting_secure_socks_proxy.go | ||
| setting_secure_socks_proxy_test.go | ||
| setting_session_test.go | ||
| setting_smtp.go | ||
| setting_smtp_test.go | ||
| setting_storage.go | ||
| setting_test.go | ||
| setting_time_picker.go | ||
| setting_time_picker_test.go | ||
| setting_unified_alerting.go | ||
| setting_unified_alerting_test.go | ||
| setting_unified_storage.go | ||
| setting_unified_storage_test.go | ||
| settings_rbac.go | ||
| settings_zanzana.go | ||