diff --git a/mqtt2prom/run b/mqtt2prom/run index c5bea3f..b596b62 100755 --- a/mqtt2prom/run +++ b/mqtt2prom/run @@ -238,8 +238,8 @@ function output(): void $labels . " " . $entry["value"] . - " " . - $entry["timestamp"] . + #" " . + #$entry["timestamp"] . "\n"; } file_put_contents("/www/metrics/new.prom", $prom);