Skip to content

statsd_injector job from statsd-injector/1.0.21

Github source: f307bd3 or master branch

Properties

loggregator

tls

ca_cert

File path to the CA certificate

statsd_injector
cert

File path to the client TLS cert

key

File path to the client TLS private key

statsd_injector

deployment

The name of the deployment, used for ‘deployment’ tag on outgoing envelopes

Example
cf,cf-warden

metron

api_version

Setting to configure the Loggregator API version used by statsd

Default
v1

metron_port

The port on which metron is running

Default
3457

statsd_host

The host on which the injector should listen

Default
localhost

statsd_port

The port on which the injector should listen for statsd messages

Default
8125

Templates

Templates are rendered and placed onto corresponding instances during the deployment process. This job's templates will be placed into /var/vcap/jobs/statsd_injector/ directory (learn more).

  • bin/ctl (from ctl.erb)
  • certs/ca.crt (from ca.crt.erb)
  • certs/statsd_injector.crt (from statsd_injector.crt.erb)
  • certs/statsd_injector.key (from statsd_injector.key.erb)

Packages

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