Module: kamailio
Branch: 5.4
Commit: 0ef00531926d77351f1202d18b5ffe1c071aef12
URL:
https://github.com/kamailio/kamailio/commit/0ef00531926d77351f1202d18b5ffe1…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2021-05-18T21:31:33+02:00
modules: readme files regenerated - modules ... [skip ci]
---
Modified: src/modules/xhttp_prom/README
---
Diff:
https://github.com/kamailio/kamailio/commit/0ef00531926d77351f1202d18b5ffe1…
Patch:
https://github.com/kamailio/kamailio/commit/0ef00531926d77351f1202d18b5ffe1…
---
diff --git a/src/modules/xhttp_prom/README b/src/modules/xhttp_prom/README
index da9ddbabcb..c6e2908a57 100644
--- a/src/modules/xhttp_prom/README
+++ b/src/modules/xhttp_prom/README
@@ -417,7 +417,7 @@ prom_gauge_set("gg01", "-12.5");
...
# Definition of gg02 gauge with two labels method and IP
-modparam("xhttp_prom", "prom_gauge", "name=cnt02;
label=method:IP;");
+modparam("xhttp_prom", "prom_gauge", "name=gg02;
label=method:IP;");
...
# Assign 2.8 to value of gg02 gauge with labels method and IP. It creates the ga
uge if it does not exist.