metricscollector job from app-autoscaler/1.0.0
Github source:
ecee86c
or
master branch
Properties¶
autoscaler
¶
cf
¶
api
¶the Cloud Foundry API endpoint
client_id
¶the client id to log in cf
grant_type
¶the grant type to log in cf
password
¶the password to log in cf
secret
¶the secret to log in cf
skip_ssl_validation
¶Flag to skip ssl validation to connect to CC and UAA
- Default
false
username
¶the user name to log in cf
instancemetrics_db
¶
address
¶IP address on which the instancemetricsdb server will listen
- Default
postgres.service.cf.internal
databases
¶The list of databases used in instancemetricsdb database including name
db_scheme
¶Database scheme to be used to access instancemetricsdb
port
¶Port on which the instancemetricsdb server will listen
roles
¶The list of database roles used in instancemetricsdb database including name/password
instancemetrics_db_connection_config
¶
connection_max_lifetime
¶
- Default
60s
max_idle_connections
¶
- Default
10
max_open_connections
¶
- Default
100
metricscollector
¶
ca_cert
¶PEM-encoded CA certificate
collector
¶
collect_interval
¶the time interval to collect container metrics from loggregator
- Default
30s
collect_method
¶the method to collect metrics from loggregator
- Default
streaming
refresh_interval
¶the time interval to refresh app policies from policy database
- Default
60s
save_interval
¶the time interval to save metrics in database
- Default
5s
logging
¶
level
¶the level of logging
- Default
info
require_consul
¶whether to start consul agent
- Default
true
server
¶
port
¶the listening port of server
- Default
6103
server_cert
¶PEM-encoded server certificate
server_key
¶PEM-encoded server key
policy_db
¶
address
¶IP address on which the policydb server will listen
- Default
postgres.service.cf.internal
databases
¶The list of databases used in policydb database including name
db_scheme
¶Database scheme to be used to access policydb
port
¶Port on which the policydb server will listen
roles
¶The list of database roles used in policydb database including name/password
policy_db_connection_config
¶
connection_max_lifetime
¶
- Default
60s
max_idle_connections
¶
- Default
10
max_open_connections
¶
- Default
100
Templates¶
Templates are rendered and placed onto corresponding
instances during the deployment process. This job's templates
will be placed into /var/vcap/jobs/metricscollector/
directory
(learn more).
bin/metricscollector_ctl
(frommetricscollector_ctl
)bin/pre-start
(frompre-start.erb
)config/certs/metricscollector/ca.crt
(frommetricscollector_ca.crt.erb
)config/certs/metricscollector/server.crt
(frommetricscollector_server.crt.erb
)config/certs/metricscollector/server.key
(frommetricscollector_server.key.erb
)config/metricscollector.yml
(frommetricscollector.yml.erb
)
Packages¶
Packages are compiled and placed onto corresponding
instances during the deployment process. Packages will be
placed into /var/vcap/packages/
directory.