go.ligato.io/vpp-agent/v3@v3.5.0/plugins/telemetry/telemetry.conf (about)

     1  # Interval of data read procedure from the vpp. Default value is 30 seconds.
     2  polling-interval: 30s
     3  
     4  # If set to true, telemetry plugin is disabled.
     5  disabled: false
     6  
     7  # If set to true, prometheus in telemetry plugin is disabled.
     8  prometheus-disabled: false
     9  
    10  # Skip collecting some of the metrics.
    11  # 	runtime, memory, buffers, nodes, interfaces
    12  #skipped: [nodes]