ommit timestamp for now

master
Dirk Heilig 2024-08-14 16:32:04 +02:00
parent 7bb9e7f3e7
commit 8d8260898f
1 changed files with 2 additions and 2 deletions

View File

@ -238,8 +238,8 @@ function output(): void
$labels .
" " .
$entry["value"] .
" " .
$entry["timestamp"] .
#" " .
#$entry["timestamp"] .
"\n";
}
file_put_contents("/www/metrics/new.prom", $prom);