-
- Downloads
res_prometheus: Add CLI commands
This patch adds a few CLI commands to the res_prometheus module to aid system administrators setting up and configuring the module. This includes: * prometheus show status: Display basic statistics about the Prometheus module, including its essential configuration, when it was last scraped, and how long the scrape took. The last two bits of information are useful when Prometheus isn't generating metrics appropriately, as it will at least tell you if Asterisk has had its HTTP route hit by the remote server. * prometheus show metrics: Dump the current metrics to the CLI. Useful for system administrators to see what metrics are currently available without having to cURL or go to Prometheus itself. ASTERISK-28403 Change-Id: Ic09813e5e14b901571c5c96ebeae2a02566c5172
Showing
- res/prometheus/bridges.c 0 additions, 1 deletionres/prometheus/bridges.c
- res/prometheus/cli.c 143 additions, 0 deletionsres/prometheus/cli.c
- res/prometheus/endpoints.c 0 additions, 1 deletionres/prometheus/endpoints.c
- res/prometheus/prometheus_internal.h 37 additions, 0 deletionsres/prometheus/prometheus_internal.h
- res/res_prometheus.c 73 additions, 20 deletionsres/res_prometheus.c
Loading
Please register or sign in to comment