conf:
- job_name: 'gce_scrape_node_europe-west1-b'
gce_sd_configs:
- project: myproject
zone: europe-west1-b
port: 9100
filter: 'network=mynetwork'
refresh_interval: 120s
relabel_configs:
- source_labels: [__meta_gce_label_network]
target_label: network
- source_labels: [__meta_gce_metadata_billing_component]
target_label: billing_component
- source_labels: [__meta_gce_instance_name]
target_label: instance
tried setting networkInterfaces.network / networkInterfaces[].network in the filter as well and got the same error