From 75fc75ae1f0481ffdb78450e801a9b443ba641bd Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 31 Mar 2018 10:55:17 +0100 Subject: gentoo resync : 31.03.2018 --- app-metrics/uwsgi_exporter/files/uwsgi_exporter.confd | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 app-metrics/uwsgi_exporter/files/uwsgi_exporter.confd (limited to 'app-metrics/uwsgi_exporter/files/uwsgi_exporter.confd') diff --git a/app-metrics/uwsgi_exporter/files/uwsgi_exporter.confd b/app-metrics/uwsgi_exporter/files/uwsgi_exporter.confd new file mode 100644 index 000000000000..6db54fb3cc0e --- /dev/null +++ b/app-metrics/uwsgi_exporter/files/uwsgi_exporter.confd @@ -0,0 +1,16 @@ +# --web.listen-address=":9117" +# Address on which to expose metrics and web interfaces. +# --web.telemetry-path="/metrics" +# Path under which to expose metrics. +# --stats.uri="" URI for accessing uwsgi stats. +# --stats.timeout=5s Timeout for trying to get stats from uwsgi. +# --collect.cores Collect cores information per uwsgi worker. +# --log.level="info" Only log messages with the given severity or above. +# Valid levels: [debug, info, warn, error, fatal] +# --log.format="logger:stderr" +# Set the log target and format. Example: +# "logger:syslog?appname=bob&local=7" or +# "logger:stdout?json=true" +# --version Show application version. + +#command_args="--web.listen-address=:9117 --stats.uri=http://localhost:1717" -- cgit v1.2.3