Prometheus Bridge Metrics.
More...
#include "asterisk.h"
#include "asterisk/stasis_bridges.h"
#include "asterisk/res_prometheus.h"
#include "prometheus_internal.h"
Go to the source code of this file.
|
#define | BRIDGES_CHANNELS_COUNT_HELP "Number of channels in the bridge." |
|
Prometheus Bridge Metrics.
- Author
- Matt Jordan mjord.nosp@m.an@d.nosp@m.igium.nosp@m..com
Definition in file bridges.c.
int bridge_metrics_init |
( |
void |
| ) |
|
Initial value:= {
.name = "bridges callback",
.callback_fn = bridges_scrape_cb,
}
Definition at line 183 of file bridges.c.
Initial value:= {
.name = "bridges",
.unload_cb = bridge_metrics_unload_cb,
}
Definition at line 201 of file bridges.c.