Merge branch 'master' of ssh://git.c3re.de:2222/c3re/mqtt2prom
commit
922ece8af4
|
@ -237,6 +237,7 @@ function output(): void
|
||||||
}
|
}
|
||||||
$prom .= "# \n";
|
$prom .= "# \n";
|
||||||
$prom .= "# global counter : $globalCounter\n";
|
$prom .= "# global counter : $globalCounter\n";
|
||||||
|
|
||||||
$filteredData = [];
|
$filteredData = [];
|
||||||
|
|
||||||
foreach ($data as $entry) {
|
foreach ($data as $entry) {
|
||||||
|
|
Loading…
Reference in New Issue