We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c55a25 commit 45bdd50Copy full SHA for 45bdd50
internal/component/mimir/rules/kubernetes/debug.go
@@ -23,7 +23,7 @@ type DebugMimirNamespace struct {
23
func (c *Component) DebugInfo() interface{} {
24
var output DebugInfo
25
26
- if c.evenptProcessor != nil {
+ if c.eventProcessor != nil {
27
currentState := c.eventProcessor.getMimirState()
28
for namespace := range currentState {
29
if !isManagedMimirNamespace(c.args.MimirNameSpacePrefix, namespace) {
0 commit comments