Module: kamailio
Branch: 5.3
Commit: bc5970811dc23ea0a01cb437688da731e44cc57f
URL: https://github.com/kamailio/kamailio/commit/bc5970811dc23ea0a01cb437688da73…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2021-05-18T21:31:46+02:00
modules: readme files regenerated - modules ... [skip ci]
---
Modified: src/modules/xhttp_prom/README
---
Diff: https://github.com/kamailio/kamailio/commit/bc5970811dc23ea0a01cb437688da73…
Patch: https://github.com/kamailio/kamailio/commit/bc5970811dc23ea0a01cb437688da73…
---
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.
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.
Module: kamailio
Branch: master
Commit: 6ad49854e23e7642dbda01a74378e9e8d8eef622
URL: https://github.com/kamailio/kamailio/commit/6ad49854e23e7642dbda01a74378e9e…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2021-05-18T21:16:17+02:00
modules: readme files regenerated - xhttp_prom ... [skip ci]
---
Modified: src/modules/xhttp_prom/README
---
Diff: https://github.com/kamailio/kamailio/commit/6ad49854e23e7642dbda01a74378e9e…
Patch: https://github.com/kamailio/kamailio/commit/6ad49854e23e7642dbda01a74378e9e…
---
diff --git a/src/modules/xhttp_prom/README b/src/modules/xhttp_prom/README
index 4ccdd4bd06..280d79caa8 100644
--- a/src/modules/xhttp_prom/README
+++ b/src/modules/xhttp_prom/README
@@ -512,7 +512,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.
Module: kamailio
Branch: 5.3
Commit: 9a381b67709d051c3451c7822443540a4e8ef45f
URL: https://github.com/kamailio/kamailio/commit/9a381b67709d051c3451c7822443540…
Author: Ovidiu Sas <osas(a)voipembedded.com>
Committer: Ovidiu Sas <osas(a)voipembedded.com>
Date: 2021-05-18T15:04:42-04:00
xhttp_prom: fix small copy/paste typo in documentation
(cherry picked from commit 2967a41f5537df81745a71226ba9e793ccbdd453)
---
Modified: src/modules/xhttp_prom/doc/xhttp_prom_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/9a381b67709d051c3451c7822443540…
Patch: https://github.com/kamailio/kamailio/commit/9a381b67709d051c3451c7822443540…
---
diff --git a/src/modules/xhttp_prom/doc/xhttp_prom_admin.xml b/src/modules/xhttp_prom/doc/xhttp_prom_admin.xml
index c098f2d382..278d51aac2 100644
--- a/src/modules/xhttp_prom/doc/xhttp_prom_admin.xml
+++ b/src/modules/xhttp_prom/doc/xhttp_prom_admin.xml
@@ -448,7 +448,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");
Module: kamailio
Branch: 5.4
Commit: f2dc57a75ddad30205dadc59c435e423e3ee669f
URL: https://github.com/kamailio/kamailio/commit/f2dc57a75ddad30205dadc59c435e42…
Author: Ovidiu Sas <osas(a)voipembedded.com>
Committer: Ovidiu Sas <osas(a)voipembedded.com>
Date: 2021-05-18T15:03:14-04:00
xhttp_prom: fix small copy/paste typo in documentation
(cherry picked from commit 2967a41f5537df81745a71226ba9e793ccbdd453)
---
Modified: src/modules/xhttp_prom/doc/xhttp_prom_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/f2dc57a75ddad30205dadc59c435e42…
Patch: https://github.com/kamailio/kamailio/commit/f2dc57a75ddad30205dadc59c435e42…
---
diff --git a/src/modules/xhttp_prom/doc/xhttp_prom_admin.xml b/src/modules/xhttp_prom/doc/xhttp_prom_admin.xml
index c098f2d382..278d51aac2 100644
--- a/src/modules/xhttp_prom/doc/xhttp_prom_admin.xml
+++ b/src/modules/xhttp_prom/doc/xhttp_prom_admin.xml
@@ -448,7 +448,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");
Module: kamailio
Branch: 5.5
Commit: ef765d3f4c9fb4bfa5949b2e10f208cd44c5e1db
URL: https://github.com/kamailio/kamailio/commit/ef765d3f4c9fb4bfa5949b2e10f208c…
Author: Ovidiu Sas <osas(a)voipembedded.com>
Committer: Ovidiu Sas <osas(a)voipembedded.com>
Date: 2021-05-18T15:01:44-04:00
xhttp_prom: fix small copy/paste typo in documentation
(cherry picked from commit 2967a41f5537df81745a71226ba9e793ccbdd453)
---
Modified: src/modules/xhttp_prom/doc/xhttp_prom_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/ef765d3f4c9fb4bfa5949b2e10f208c…
Patch: https://github.com/kamailio/kamailio/commit/ef765d3f4c9fb4bfa5949b2e10f208c…
---
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");