add support for additional prometheus labels for query (#1936)
This commit is contained in:
@@ -16,5 +16,7 @@
|
||||
|
||||
package operatorapi
|
||||
|
||||
type opClientMock struct{}
|
||||
type httpClientMock struct{}
|
||||
type (
|
||||
opClientMock struct{}
|
||||
httpClientMock struct{}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user