vmware-archive / terraforming-gcp

use terraform, deploy yourself a pcf
Apache License 2.0
71 stars 87 forks source link

Open metric scraper port (9100) to isoseg #136

Closed rowanjacobs closed 4 years ago

rowanjacobs commented 5 years ago

A recent feature in PAS (+ IST, PASW) adds a new metric scraper job to the syslog_scheduler VM in PAS, and a new system metrics agent job to every VM. The metric scraper regularly polls the agents for new system metrics. By default, it does this on port 9100. In order for it to collect metrics from VMs in isolation segments, we need to open a port on the firewall from the PAS tile VMs to the isoseg VMs.

EDIT: this feature is scheduled to be a part of PAS 2.6, so we would like to ship PAS 2.6 with a terraforming-gcp version that enables this feature on isosegs.

cc @njbennett @mcwumbly