Change the exporters.stackdriver.project field to your GCP project id in config.yaml
Start node-exporter locally so we can have some metrics avaiable:
docker run -p 9100:9100 --name node-exporter-${RANDOM} bitnami/node-exporter:latest
# you can test the metrics endpoint as well
curl -s http://localhost:9100/metrics | head
Start the collector
go run . --config config.yaml
Go to the Metrics explorer and search for some metrics from node-Exporter, e.g. node_cpu_seconds_total.