Skip to content

Commit

Permalink
feat(dashboard): add multiple account support for dashboard widgets n…
Browse files Browse the repository at this point in the history
…rql block
  • Loading branch information
vagrawal-newrelic committed Dec 17, 2024
1 parent a221c9e commit 15dfd83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/dashboards/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ type DashboardWidgetLayoutInput struct {
// DashboardWidgetNRQLQueryInput - NRQL query used by a widget.
type DashboardWidgetNRQLQueryInput struct {
// New Relic account ID to issue the query against.
AccountID int `json:"accountId"`
AccountIDS []int `json:"accountIds"`
// NRQL formatted query.
Query nrdb.NRQL `json:"query"`
}
Expand Down

0 comments on commit 15dfd83

Please sign in to comment.