We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ce0ceb commit 4ac7defCopy full SHA for 4ac7def
README.md
@@ -1,2 +1,19 @@
1
-# Tinyproxy exporter
2
-Prometheus exporter for Tinyproxy, written in Python.
+# tinyproxy_exporter
+
3
+A simple Prometheus exporter for Tinyproxy.
4
5
+## Usage
6
7
+```
8
+$ pip install -r requirements.txt
9
+$ python3 tinyproxy_exporter --help
10
+usage: tinyproxy_exporter [-h] [-l LISTEN] [-s STATHOST] [-t TINYPROXY]
11
12
+Prometheus exporter for Tinyproxy.
13
14
+optional arguments:
15
+ -h, --help show this help message and exit
16
+ -l LISTEN address on which to expose metrics (default ":9240")
17
+ -s STATHOST internal statistics page address (default "tinyproxy.stats")
18
+ -t TINYPROXY tinyproxy address (default "127.0.0.1:8888")
19
0 commit comments