We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b562ddd commit 3777e5bCopy full SHA for 3777e5b
pkg/metrics/providers/newrelic.go
@@ -47,7 +47,7 @@ type NewRelicProvider struct {
47
48
type newRelicResponse struct {
49
Results []struct {
50
- Result *float64 `json:"result"`
+ Field map[string]*float64 `json:"result"`
51
} `json:"results"`
52
}
53
0 commit comments