Skip to content

Commit 5395cc8

Browse files
committed
Add missing metrics_bind config.
1 parent 53fe2e5 commit 5395cc8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ Configuration example:
2727
# When set to true, log messages are being written to syslog instead of stdout.
2828
log_to_syslog=false
2929

30+
# Prometheus metrics bind.
31+
#
32+
# E.g. '0.0.0.0:9800', leave blank to disable the metrics endpoint.
33+
metrics_bind="0.0.0.0:9800"
34+
35+
3036
# Servers to forward the data to using UDP.
3137
# This section can be repeated.
3238
[[udp_bridge.servers]]

0 commit comments

Comments
 (0)