datasources: querier: add mode-info (#113592)

* datasources: querier: add mode-info

* fixed unit test
This commit is contained in:
Gábor Farkas
2025-11-10 15:48:59 +01:00
committed by GitHub
parent 704c6a47e3
commit 2dc48c0b98
4 changed files with 11 additions and 0 deletions
+4
View File
@@ -274,6 +274,10 @@ func (m mockClient) GetInstance(ctx context.Context, logger log.Logger, headers
return mclient, nil
}
func (m mockClient) GetMode() string {
return "testing"
}
func (m mockClient) ReportMetrics() {
}