Compare commits

..

2 Commits

Author SHA1 Message Date
Dirk Heilig 922ece8af4 Merge branch 'master' of ssh://git.c3re.de:2222/c3re/mqtt2prom 2024-08-21 11:06:34 +02:00
Dirk Heilig a06413c79c format global counter 2024-08-21 11:05:54 +02:00
1 changed files with 2 additions and 1 deletions

View File

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