datasources: querier: add mode-info (#113592)
* datasources: querier: add mode-info * fixed unit test
This commit is contained in:
@@ -39,4 +39,5 @@ type Instance interface {
|
||||
|
||||
type InstanceProvider interface {
|
||||
GetInstance(ctx context.Context, logger log.Logger, headers map[string]string) (Instance, error)
|
||||
GetMode() string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user