github.com/observiq/bindplane-agent@v1.51.0/config/google_cloud_exporter/postgresql/config.yaml (about) 1 receivers: 2 postgresql: 3 endpoint: localhost:5432 4 username: $POSTGRESQL_USERNAME 5 password: $POSTGRESQL_PASSWORD 6 collection_interval: 60s 7 # TLS is enabled by default, this disables it. 8 tls: 9 insecure: true 10 11 exporters: 12 googlecloud: 13 14 service: 15 pipelines: 16 metrics: 17 receivers: 18 - postgresql 19 exporters: 20 - googlecloud