1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
ARGS="-raw"
# Usage of prometheus-varnish-exporter:
# -N string
# varnishstat -N value.
# -n string
# varnishstat -n value.
# -raw
# Raw stdout logging without timestamps.
# -test
# Test varnishstat availability, prints available metrics and exits.
# -verbose
# Verbose logging.
# -version
# Print version and exit
# -web.listen-address string
# Address on which to expose metrics and web interface. (default ":9131")
# -web.telemetry-path string
# Path under which to expose metrics. (default "/metrics")
|