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"` }