github.com/netdata/go.d.plugin@v0.58.1/config/go.d/proxysql.conf (about)

     1  ## All available configuration options, their descriptions and default values:
     2  ## https://github.com/netdata/go.d.plugin/tree/master/modules/proxysql
     3  
     4  #update_every: 1
     5  #autodetection_retry: 0
     6  #priority: 70000
     7  
     8  jobs:
     9    # my.cnf
    10    - name: local
    11      my.cnf: '/etc/my.cnf'
    12  
    13    # stats
    14    - name: local
    15      dsn: stats:stats@tcp(127.0.0.1:6032)/
    16  
    17    - name: local
    18      dsn: stats:stats@tcp([::1]:6032)/
    19