Uploaded image for project: 'OpenShift Bugs'
  1. OpenShift Bugs
  2. OCPBUGS-1649

Node Exporter Need Updates on collector.netclass.ignored-devices

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • Normal
    • None
    • 4.12
    • Monitoring
    • None
    • -
    • Moderate
    • False
    • Hide

      None

      Show
      None

    Description

      Description of problem:

      In Node Exporter, it is safe to ignore virtual NICs created by OCP clusters using OVN as its CNI.
      The NICs to ignore are:
      - tun0 
      - br0
      - ovn-k8s-mp0
      - br-ex 
      - br-int
      - br-ext
      
      

      Version-Release number of selected component (if applicable):

       

      How reproducible:

       

       

      Steps to Reproduce:

       

      Actual results:

      The current argument collector.netclass.ignored-devices passed to Node Exporter is: 
      --collector.netclass.ignored-devices=^(veth.*|[a-f0-9]{15})${noformat}
      Refer to this [manifest|https://github.com/openshift/cluster-monitoring-operator/blob/master/assets/node-exporter/daemonset.yaml#L38].
      
      
      

      Expected results:

       

      The argument collector.netclass.ignored-devices passed to Node Exporter should be: 
      --collector.netclass.ignored-devices=^(veth.*|[a-f0-9]{15}|tun[0-9]|br[0-9]|ovn-k8s-mp[0-9]+|br-ex|br-int|br-ext)${noformat} 
      

      Additional info:

       

      Attachments

        Issue Links

          Activity

            People

              hasun@redhat.com Haoyu Sun
              hasun@redhat.com Haoyu Sun
              Junqi Zhao Junqi Zhao
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: