Skip to content

Commit 0fdff46

Browse files
committed
Add missing metrics_bind config.
1 parent 16595e4 commit 0fdff46

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

layers/chirpstack/meta-chirpstack/recipes-chirpstack/chirpstack-udp-bridge/files/chirpstack-udp-bridge.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@
1717
# When set to true, log messages are being written to syslog instead of stdout.
1818
log_to_syslog=true
1919

20+
# Prometheus metrics bind.
21+
#
22+
# E.g. '0.0.0.0:9800', leave blank to disable the metrics endpoint.
23+
metrics_bind="0.0.0.0:9800"
24+
25+
2026
# Servers to forward the data to using UDP.
2127
# This section can be repeated.
2228
[[udp_bridge.servers]]

0 commit comments

Comments
 (0)