vmware-archive / pcf-prometheus-pipeline

Apache License 2.0
20 stars 38 forks source link

Missing data for Grafana Dashboards when using "external_bosh" #9

Closed acloudtechie closed 6 years ago

acloudtechie commented 6 years ago

When using the external_bosh, many of the dashboards have no data, including APP, CF, and System dashboards. Could be related to the Bosh Service Discovery. When the prometheus stacks are installed outside of the PCF, exporters are not successfully discovered based on the monitor-bosh.yml op file.

mkuratczyk commented 6 years ago

Yes, this is related to https://github.com/pivotal-cf/pcf-prometheus-pipeline/issues/5. I'm working on it as we speak and hopefully will push the fix within a few hours. The solution/workaround is that firehose_exporter will be running locally on Prometheus VM (cf_exporter is already there anyway) and they will be hardcoded as targets available on localhost.

mkuratczyk commented 6 years ago

Please try now.