The address Anubis' metrics server listens to. See Go's net.Listen for syntax. Use the prefix "/run/anubis/anubis-<name>/". The prefix "/run/anubis" is deprecated.
The metrics server is enabled by default and may be disabled. However, due to implementation details, this is only possible by setting a command line flag. See services.anubis.defaultOptions.extraFlags for an example.
Defaults to Unix domain sockets. To use TCP sockets, set this to a TCP address and METRICS_BIND_NETWORK to "tcp".
Declarations
Type
stringDefault
"/run/anubis/anubis-‹name›-metrics.sock"Example
"127.0.0.1:8081"