From ef4c571e7adf88f80f04c00656eb53a94a08770e Mon Sep 17 00:00:00 2001 From: Petr Semiletov Date: Wed, 22 Feb 2023 18:18:00 +0300 Subject: [PATCH] --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 2063467..c099419 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,5 @@ + Metrics support. logfilegen can expose metrics, turned on by default. Get the metrics in Prometheus format at localhost:8080/metrics, and see the self-hosted statistics page at localhost:8080 (via http). + Results support. logfilegen can write final statistics to the file or stdout (--results=filename), in a given format (--resuilts_string=format string). -* Cmake support improvements (Clang, static buildm etc). +* Cmake support improvements (Clang, static build, etc). * A lot of fixes. * Documentation update.