Skip to content

gmm42/tinyproxy_exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tinyproxy_exporter

Build Status

A simple Prometheus exporter for Tinyproxy.

Usage

$ pip install -r requirements.txt
$ python3 tinyproxy_exporter --help
usage: tinyproxy_exporter [-h] [-l LISTEN] [-s STATHOST] [-t TINYPROXY]

Prometheus exporter for Tinyproxy.

optional arguments:
  -h, --help    show this help message and exit
  -l LISTEN     address on which to expose metrics (default ":9240")
  -s STATHOST   internal statistics page address (default "tinyproxy.stats")
  -t TINYPROXY  tinyproxy address (default "127.0.0.1:8888")