Skip to content
This repository has been archived by the owner on Sep 16, 2020. It is now read-only.

Commit

Permalink
Open metrics scraper port to isoseg
Browse files Browse the repository at this point in the history
- allows metrics scraper to get metrics from vms in the isoseg tile
- so that component metrics from the isoseg instances will appear in cf
log-stream

[#163563811] **[Feature]** Add optional System Metric Agent to allow monitoring a more complete set of metrics for all VMs in the deployment

Signed-off-by: Rowan Jacobs <[email protected]>
  • Loading branch information
njbennett authored and Genevieve committed Dec 17, 2019
1 parent 70d75df commit 50702fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/isolation_segment/firewalls.tf
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ resource "google_compute_firewall" "isoseg-cf-ingress" {
"22", # SSH for debugging
"1801", # rep.diego.rep.listen_addr_securable
"8853", # bosh-dns.health.server.port
"9100", # loggr-metric-scraper.scrape_port
]
}
}
Expand Down

0 comments on commit 50702fa

Please sign in to comment.