cf_exporter job from prometheus/13.0.0
Github source:
7bf0fa69
or
master branch
Properties¶
cf_exporter
¶
cf
¶
api_url
¶Cloud Foundry API URL
client_id
¶Cloud Foundry Client ID
client_secret
¶Cloud Foundry Client Secret
password
¶Cloud Foundry Password
username
¶Cloud Foundry Username
filter
¶
collectors
¶Comma separated collectors to filter (‘Applications’, ‘ApplicationEvents’, Organizations’, ‘SecurityGroups’, ‘Services’, ‘Spaces’)
log_format
¶Set the log target and format. Example: ‘logger:syslog?appname=bob&local=7’ or ‘logger:stdout?json=true’
log_level
¶Only log messages with the given severity or above. Valid levels: [debug, info, warn, error, fatal]
metrics
¶
namespace
¶Metrics Namespace
skip_ssl_verify
¶Disable SSL Verify
web
¶
port
¶Port on which to expose web interface and telemetry
- Default
"9193"
telemetry_path
¶Path under which to expose Prometheus metrics
Templates¶
Templates are rendered and placed onto corresponding
instances during the deployment process. This job's templates
will be placed into /var/vcap/jobs/cf_exporter/
directory
(learn more).
bin/cf_exporter_ctl
(frombin/cf_exporter_ctl
)
Packages¶
Packages are compiled and placed onto corresponding
instances during the deployment process. Packages will be
placed into /var/vcap/packages/
directory.