github.com/observiq/bindplane-agent@v1.51.0/config/google_cloud_exporter/bigip/config.yaml (about) 1 receivers: 2 bigip: 3 username: $BIGIP_USERNAME 4 password: $BIGIP_USERNAME 5 collection_interval: 60s 6 # Update the IP address to point to your Big IP iControl REST API. 7 endpoint: https://127.0.0.1:443 8 tls: 9 insecure_skip_verify: true 10 11 exporters: 12 googlecloud: 13 metric: 14 resource_filters: 15 - prefix: bigip 16 17 service: 18 pipelines: 19 metrics: 20 receivers: 21 - bigip 22 exporters: 23 - googlecloud