telemetry-collector job from telemetry/0.0.13
Github source:
9941329
or
master branch
Properties¶
cf
¶
api_url
¶CF API URL for UAA authentication to access Usage Service
opsmanager
¶
auth
¶
hostname
¶Ops Manager Hostname
password
¶Ops Manager password
uaa_client_name
¶Ops Manager client ID
uaa_client_secret
¶Ops Manager client secret
username
¶Ops Manager username
insecure_skip_tls_verify
¶Skip TLS validation on http requests to Ops Manager
schedule
¶
Schedule in cron format to run collect and send of telemetry data
- Default
random
telemetry
¶
api_key
¶Bearer token for authenticating against telemetry endpoint
endpoint_override
¶Override HTTP(s) endpoint to send telemetry data to
env_type
¶The environment type of the foundation
usage_service
¶
client_id
¶Usage Service client ID
client_secret
¶Usage Service client secret
insecure_skip_tls_verify
¶Skip TLS validation for Usage Service components
url
¶Usage Service URL
Templates¶
Templates are rendered and placed onto corresponding
instances during the deployment process. This job's templates
will be placed into /var/vcap/jobs/telemetry-collector/
directory
(learn more).
bin/post-stop
(frompost-stop.erb
)bin/pre-start
(frompre-start.erb
)bin/telemetry-collect-send
(fromtelemetry-collect-send.erb
)config/collect.yml
(fromcollect.yml.erb
)config/pre-start-collect.yml
(frompre-start-collect.yml.erb
)config/telemetry-collector-cron
(fromtelemetry-collector-cron.erb
)
Packages¶
Packages are compiled and placed onto corresponding
instances during the deployment process. Packages will be
placed into /var/vcap/packages/
directory.