mirror of
https://github.com/foxcpp/maddy.git
synced 2025-04-06 06:27:38 +03:00
Remake Prometheus endpoint into a proper endpoint module
This commit is contained in:
parent
bb77f8e86d
commit
f58da8a5a5
6 changed files with 160 additions and 32 deletions
|
@ -181,6 +181,17 @@ logrotate daemon. Send SIGUSR1 to maddy process to make it reopen log files.
|
|||
Enable verbose logging for all modules. You don't need that unless you are
|
||||
reporting a bug.
|
||||
|
||||
# Prometheus/OpenMetrics endpoint
|
||||
|
||||
```
|
||||
openmetrics tcp://127.0.0.1:9749 { }
|
||||
```
|
||||
|
||||
This will enable HTTP listener that will serve telemetry in OpenMetrics format.
|
||||
(It is compatible with Prometheus).
|
||||
|
||||
See openmetrics.md documentation page the list of metrics exposed.
|
||||
|
||||
# Signals
|
||||
|
||||
*SIGTERM, SIGINT, SIGHUP*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue