ARGS=""

# prometheus-squid-exporter supports the following options:
#  -label value
#    	Custom metrics to attach to metrics, use -label multiple times for each
#    	additional label
#  -listen string
#    	Address and Port to bind exporter, in host:port format (default
#    	":9301")
#  -metrics-path string
#    	Metrics path to expose prometheus metrics (default "/metrics")
#  -squid-hostname string
#    	Squid hostname (default "localhost")
#  -squid-login string
#    	Login to squid service
#  -squid-password string
#    	Password to squid service
#  -squid-pidfile string
#    	Optional path to the squid PID file for additional metrics
#  -squid-port int
#    	Squid port to read metrics (default 3128)
