From a052c70baa2fb9088f5269c546f20cba47bec12a Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Sat, 8 Aug 2026 22:39:12 +0200 Subject: [PATCH] fix cpu percentage element count --- pkg/es/cluster.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/es/cluster.go b/pkg/es/cluster.go index 049032d..2564b22 100644 --- a/pkg/es/cluster.go +++ b/pkg/es/cluster.go @@ -291,7 +291,7 @@ func gatherClusterStats(clusterstats *clusterstats.Response, table *printer.Tabl {"indices", clusterstats.Indices.Count}, {"Docs", clusterstats.Indices.Docs.Count}, {"Total Size", printer.Bytes(clusterstats.Indices.Docs.TotalSizeInBytes)}, - {"Total Queries", "%d", querycount}, + {"Total Queries", querycount}, {"Shards Primaries", clusterstats.Indices.Shards.Primaries}, {"Shards Total", clusterstats.Indices.Shards.Total}, {"Storage", fmt.Sprintf(