loggr-system-metrics-agent job from loggregator-agent/3.3
Github source:
3afa057
or
master branch
Properties¶
log_agent
¶
addr
¶The Loggregator ingress address. This is the gRPC host that metrics will be written to.
- Default
127.0.0.1:3458
ca_cert
¶The Loggregator CA certificate in PEM format.
client_cert
¶The client certificate used to connect to the Loggregator Agent.
client_key
¶The client private key used to connect to the Loggregator Agent.
sample_interval
¶
How often to record the system metrics
- Default
1m
Templates¶
Templates are rendered and placed onto corresponding
instances during the deployment process. This job's templates
will be placed into /var/vcap/jobs/loggr-system-metrics-agent/
directory
(learn more).
config/bpm.yml
(frombpm.yml.erb
)config/certs/agent.crt
(fromagent.crt.erb
)config/certs/agent.key
(fromagent.key.erb
)config/certs/ca.crt
(fromca.crt.erb
)
Packages¶
Packages are compiled and placed onto corresponding
instances during the deployment process. Packages will be
placed into /var/vcap/packages/
directory.