summaryrefslogtreecommitdiff
path: root/app-metrics/pushgateway/files/pushgateway-1.confd
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /app-metrics/pushgateway/files/pushgateway-1.confd
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-metrics/pushgateway/files/pushgateway-1.confd')
-rw-r--r--app-metrics/pushgateway/files/pushgateway-1.confd14
1 files changed, 14 insertions, 0 deletions
diff --git a/app-metrics/pushgateway/files/pushgateway-1.confd b/app-metrics/pushgateway/files/pushgateway-1.confd
new file mode 100644
index 000000000000..73149075bb4e
--- /dev/null
+++ b/app-metrics/pushgateway/files/pushgateway-1.confd
@@ -0,0 +1,14 @@
+# --log.format value
+# If set use a syslog logger or JSON logging. Example: logger:syslog?appname=bob&local=7 or logger:stdout?json=true. Defaults to stderr.
+# --log.level value
+# Only log messages with the given severity or above. Valid levels: [debug, info, warn, error, fatal].
+# --persistence.file string
+# File to persist metrics. If empty, metrics are only kept in memory.
+# --persistence.interval duration
+# The minimum interval at which to write out the persistence file. (default 5m0s)
+# --web.listen-address string
+# Address to listen on for the web interface, API, and telemetry. (default ":9091")
+# --web.telemetry-path string
+# Path under which to expose metrics. (default "/metrics")
+
+#command_args="--web.listen-address localhost:9091 --persistence.file=/var/lib/${RC_SVCNAME}/persistence.gob"