external-postgres-metrics-emitter job from external-postgres-metrics-emitter/0.0.1
              Github source:
              5d59e13 or
              master branch
            
Properties¶
databases¶
  
    
      Array of database connections with host, port, username, password properties
- Example
- 
            
            databases: - host: 127.0.0.1 password: postgres port: 5432 username: postgres 
loggregator¶
  
  
    
address¶IP address and port where the loggregator agent is running
- Default
127.0.0.1:3459
tls¶
ca_cert¶PEM-encoded ca certificate of loggregator ingress client
cert¶PEM-encoded tls client certificate to connect to loggregator ingress client
key¶PEM-encoded tls client key to connect to loggregator ingress client
Templates¶
            Templates are rendered and placed onto corresponding
            instances during the deployment process. This job's templates
            will be placed into /var/vcap/jobs/external-postgres-metrics-emitter/ directory
            (learn more).
          
- config/bpm.yml(from- bpm.yml)
- config/certs/loggregator_agent.crt(from- loggregator_agent.crt.erb)
- config/certs/loggregator_agent.key(from- loggregator_agent.key.erb)
- config/certs/loggregator_ca.crt(from- loggregator_ca.crt.erb)
- config/config.yml(from- config.yml.erb)
Packages¶
            Packages are compiled and placed onto corresponding
            instances during the deployment process. Packages will be
            placed into /var/vcap/packages/ directory.