Skip to content

Commit

Permalink
Update newrelic.go
Browse files Browse the repository at this point in the history
Signed-off-by: rp-martinbarmaymon <[email protected]>
  • Loading branch information
rp-martinbarmaymon authored Jan 22, 2024
1 parent b562ddd commit 3777e5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/metrics/providers/newrelic.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ type NewRelicProvider struct {

type newRelicResponse struct {
Results []struct {
Result *float64 `json:"result"`
Field map[string]*float64 `json:"result"`
} `json:"results"`
}

Expand Down

0 comments on commit 3777e5b

Please sign in to comment.