Mercurial > code > home > repos > mqtt_metrics
diff victoriametrics_write.py @ 7:a640efa9fb01
logging
author | drewp@bigasterisk.com |
---|---|
date | Sat, 10 Aug 2024 23:05:18 -0700 |
parents | cd1b8d7bda78 |
children |
line wrap: on
line diff
--- a/victoriametrics_write.py Sat Aug 10 23:03:57 2024 -0700 +++ b/victoriametrics_write.py Sat Aug 10 23:05:18 2024 -0700 @@ -17,7 +17,7 @@ "values": [metricEvent['value']], "timestamps": [int(t * 1000)], } - log.info(promBody) + # log.info(promBody) req = httpx.post( self.agentImportUrl, json=promBody,