ommit timestamp for now
parent
7bb9e7f3e7
commit
8d8260898f
|
@ -238,8 +238,8 @@ function output(): void
|
||||||
$labels .
|
$labels .
|
||||||
" " .
|
" " .
|
||||||
$entry["value"] .
|
$entry["value"] .
|
||||||
" " .
|
#" " .
|
||||||
$entry["timestamp"] .
|
#$entry["timestamp"] .
|
||||||
"\n";
|
"\n";
|
||||||
}
|
}
|
||||||
file_put_contents("/www/metrics/new.prom", $prom);
|
file_put_contents("/www/metrics/new.prom", $prom);
|
||||||
|
|
Loading…
Reference in New Issue