Excluding generic Network devices from Service Discovery

After trying around for a while I found the following solution:

I created the following rules under Monitoring Configuration/Disabled Services

  1. Negative Match, with a list of all Interfaces I want to monitor and a label matching the kubernets nodes
  2. Positive Match with a regex Interface.* and a label matching the kubernetes nodes

Imporant to note that the order is important. Now I’m not diturbed about pods starting / terminating anymore. :+1:

1 Like