metric-cache job from log-cache/1.4.5
Github source:
0849f73
or
master branch
Properties¶
disabled
¶
Turns off metric-cache.
- Default
false
health_addr
¶
The address for metric-cache to bind a health endpoint
- Default
localhost:6060
memory_limit_percent
¶
Percentage of system memory to use for the cache
- Default
50
port
¶
The port for the metric-cache to listen on
- Default
8080
store_size
¶
The number of envelopes to store in memory
- Default
1e+06
tls
¶
ca_cert
¶The Certificate Authority for metric-cache mutual TLS.
cert
¶The client cert for metric-cache mutual TLS.
key
¶The client private key for metric-cache mutual TLS.
Templates¶
Templates are rendered and placed onto corresponding
instances during the deployment process. This job's templates
will be placed into /var/vcap/jobs/metric-cache/
directory
(learn more).
bin/ctl
(fromctl
)bin/environment.sh
(fromenvironment.sh.erb
)config/certs/ca.crt
(fromca.crt.erb
)config/certs/metric_cache.crt
(frommetric_cache.crt.erb
)config/certs/metric_cache.key
(frommetric_cache.key.erb
)
Packages¶
Packages are compiled and placed onto corresponding
instances during the deployment process. Packages will be
placed into /var/vcap/packages/
directory.