Merge branch 'master' of ssh://git.c3re.de:2222/c3re/mqtt2prom

master
Dirk Heilig 2024-08-21 11:06:34 +02:00
commit 922ece8af4
1 changed files with 1 additions and 0 deletions

View File

@ -237,6 +237,7 @@ function output(): void
}
$prom .= "# \n";
$prom .= "# global counter : $globalCounter\n";
$filteredData = [];
foreach ($data as $entry) {