github.com/observiq/bindplane-agent@v1.51.0/config/google_cloud_exporter/mysql/config.yaml (about)

     1  receivers:
     2    mysql:
     3      endpoint: localhost:3306
     4      username: $MYSQL_USERNAME
     5      password: $MYSQL_PASSWORD
     6      collection_interval: 60s
     7  
     8  exporters:
     9    googlecloud:
    10  
    11  service:
    12    pipelines:
    13      metrics:
    14        receivers:
    15        - mysql
    16        exporters:
    17        - googlecloud