vmware-archive / prometheus-on-PCF

This is a how-to for deploying https://github.com/cloudfoundry-community/prometheus-boshrelease to monitor Pivotal Cloud Foundry.
Apache License 2.0
20 stars 35 forks source link

Ability to disable mysqld_exporter when leveraging RDS provided by cloudformation script #7

Closed xyloman closed 7 years ago

xyloman commented 7 years ago

Our AWS setup leverages an off platform RDS for bosh director and ERT. Therefore, we need to turn off the mysqld_exporter configuration in the prometheus.yml file.

mkuratczyk commented 7 years ago

Hi. This repo is meant as a starting point and certainly doesn't cover all use cases. It is assumed that for real-world deployments you'd maintain a custom manifest anyway. We might change that one day by refactoring it using BOSH CLIv2 ops files similar to cf-deployment and bosh-deployment repos. For the time being you can use an ops file to delete the part you don't need. To do that, create remove-mysqld_exporter.yml with the following content:

Hope that helps,