feat: add environment variable documentation and update configurations for socket port in Docker setup
All checks were successful
Build Docker Images for Pull Request / build (pull_request) Successful in 15m3s
All checks were successful
Build Docker Images for Pull Request / build (pull_request) Successful in 15m3s
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
dedup_interval = "600s"
|
||||
|
||||
[[inputs.socket_listener]]
|
||||
service_address = "udp://:8094"
|
||||
service_address = "udp://:${SOCKET_PORT}"
|
||||
data_format = "xpath_json"
|
||||
[[inputs.socket_listener.xpath]]
|
||||
metric_name = "'peertube'"
|
||||
|
Reference in New Issue
Block a user