Skip to content

metric-store job from log-cache/1.4.8

Github source: 9718e27 or master branch

Properties

disabled

Turns off metric-store.

Default
false

health_addr

The address for metric-store 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-store 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-store mutual TLS.

cert

The client cert for metric-store mutual TLS.

key

The client private key for metric-store 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-store/ directory (learn more).

  • bin/ctl (from ctl)
  • bin/environment.sh (from environment.sh.erb)
  • config/certs/metric_store.crt (from metric_store.crt.erb)
  • config/certs/metric_store.key (from metric_store.key.erb)
  • config/certs/metric_store_ca.crt (from metric_store_ca.crt.erb)

Packages

Packages are compiled and placed onto corresponding instances during the deployment process. Packages will be placed into /var/vcap/packages/ directory.