Grafana displays duplicate data for the same instance as shown in the screenshot below.
And you set the Manually configure for the Grafana UI route.
This is a known issue in current healthwatch versions and will be fixed in v2.3.2. Please schedule to upgrade to this fix version if possible.
We have another two temporary workarounds if you cannot wait for the upgrade.
Disable the master_system_metrics_agent_direct_scrapes job in prometheus configuration in tsdb VM. To disable master_system_metrics_agent_direct_scrapes job you can follow these steps
- job_name: master_system_metrics_agent_direct_scrapes
metrics_path: /metrics
scheme: https
tls_config:
server_name: "system-metrics"
ca_file: "/var/vcap/jobs/prometheus/config/certs/director_direct_scrape_ca.pem"
cert_file: "/var/vcap/jobs/prometheus/config/certs/director_direct_scrape_certificate.pem"
key_file: "/var/vcap/jobs/prometheus/config/certs/director_direct_scrape_certificate.key"
dns_sd_configs:
- names:
- q-s4.*.*.*.bosh.
type: A
port: 53035