[sr-dev] git:master:2967a41f: xhttp_prom: fix small copy/paste typo in documentation

Ovidiu Sas osas at voipembedded.com
Tue May 18 21:01:06 CEST 2021


Module: kamailio
Branch: master
Commit: 2967a41f5537df81745a71226ba9e793ccbdd453
URL: https://github.com/kamailio/kamailio/commit/2967a41f5537df81745a71226ba9e793ccbdd453

Author: Ovidiu Sas <osas at voipembedded.com>
Committer: Ovidiu Sas <osas at voipembedded.com>
Date: 2021-05-18T15:00:23-04:00

xhttp_prom: fix small copy/paste typo in documentation

---

Modified: src/modules/xhttp_prom/doc/xhttp_prom_admin.xml

---

Diff:  https://github.com/kamailio/kamailio/commit/2967a41f5537df81745a71226ba9e793ccbdd453.diff
Patch: https://github.com/kamailio/kamailio/commit/2967a41f5537df81745a71226ba9e793ccbdd453.patch

---

diff --git a/src/modules/xhttp_prom/doc/xhttp_prom_admin.xml b/src/modules/xhttp_prom/doc/xhttp_prom_admin.xml
index eb331ab9c6..c35c44a024 100644
--- a/src/modules/xhttp_prom/doc/xhttp_prom_admin.xml
+++ b/src/modules/xhttp_prom/doc/xhttp_prom_admin.xml
@@ -566,7 +566,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 gauge if it does not exist.
 prom_gauge_set("gg02", "2.8", "push", "192.168.0.1");




More information about the sr-dev mailing list