From 8d8260898fe6e892e6d8e303c754f86820240327 Mon Sep 17 00:00:00 2001 From: Dirk Heilig Date: Wed, 14 Aug 2024 16:32:04 +0200 Subject: [PATCH] ommit timestamp for now --- mqtt2prom/run | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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);