Add option to configure Mimir alertmanager #318
Annotations
6 errors
tests:
pkg/mimir/rules_test.go#L20
cannot use client (variable of type *FakeClient) as client.Mimir value in struct literal: *FakeClient does not implement client.Mimir (missing method CreateAlertmangerConfig)
|
tests
Process completed with exit code 2.
|
integration
Process completed with exit code 2.
|
lint:
pkg/mimir/rules_test.go#L20
cannot use client (variable of type *FakeClient) as client.Mimir value in struct literal: *FakeClient does not implement client.Mimir (missing method CreateAlertmangerConfig) (typecheck)
|
lint:
integration/mimir/alertmanager_test.go#L21
unnecessary leading newline (whitespace)
|
lint
Process completed with exit code 2.
|