summaryrefslogtreecommitdiff
path: root/app-metrics/uwsgi_exporter/files/uwsgi_exporter.confd
diff options
context:
space:
mode:
Diffstat (limited to 'app-metrics/uwsgi_exporter/files/uwsgi_exporter.confd')
-rw-r--r--app-metrics/uwsgi_exporter/files/uwsgi_exporter.confd16
1 files changed, 0 insertions, 16 deletions
diff --git a/app-metrics/uwsgi_exporter/files/uwsgi_exporter.confd b/app-metrics/uwsgi_exporter/files/uwsgi_exporter.confd
deleted file mode 100644
index 6db54fb3cc0e..000000000000
--- a/app-metrics/uwsgi_exporter/files/uwsgi_exporter.confd
+++ /dev/null
@@ -1,16 +0,0 @@
-# --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"