From 3777e5ba5db397c70e6183b0010ba74c964a2270 Mon Sep 17 00:00:00 2001 From: rp-martinbarmaymon <44680368+rp-martinbarmaymon@users.noreply.github.com> Date: Mon, 22 Jan 2024 18:15:57 -0300 Subject: [PATCH] Update newrelic.go Signed-off-by: rp-martinbarmaymon <44680368+rp-martinbarmaymon@users.noreply.github.com> --- pkg/metrics/providers/newrelic.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/metrics/providers/newrelic.go b/pkg/metrics/providers/newrelic.go index 8ec9b5407..f21804da9 100644 --- a/pkg/metrics/providers/newrelic.go +++ b/pkg/metrics/providers/newrelic.go @@ -47,7 +47,7 @@ type NewRelicProvider struct { type newRelicResponse struct { Results []struct { - Result *float64 `json:"result"` + Field map[string]*float64 `json:"result"` } `json:"results"` }