From 7808f4c5754fb210cc7f5c9045ec54c5bd0ae005 Mon Sep 17 00:00:00 2001 From: Peter Wilson Date: Tue, 28 Nov 2023 11:49:53 +0000 Subject: [PATCH] Additional metrics --- command/agent_test.go | 1 + command/proxy_test.go | 1 + 2 files changed, 2 insertions(+) diff --git a/command/agent_test.go b/command/agent_test.go index d3868d43a114..164dfb7ba969 100644 --- a/command/agent_test.go +++ b/command/agent_test.go @@ -2660,6 +2660,7 @@ listener "tcp" { "Samples", "Timestamp", "Gauges", + "PrecisionGauges", "Points", }) } diff --git a/command/proxy_test.go b/command/proxy_test.go index ef856e9127a6..223213769240 100644 --- a/command/proxy_test.go +++ b/command/proxy_test.go @@ -1828,6 +1828,7 @@ listener "tcp" { "Samples", "Timestamp", "Gauges", + "PrecisionGauges", "Points", }) }