Skip to content

Commit

Permalink
feat(dashboards): Added new field called ignore time range as options…
Browse files Browse the repository at this point in the history
… to the dashboard variables
  • Loading branch information
Avinash-Sanpala authored and pranav-new-relic committed Mar 8, 2024
1 parent 5d3232e commit 003db7e
Show file tree
Hide file tree
Showing 5 changed files with 373 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/dashboards/dashboard.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@ const getDashboardEntityQuery = `query ($guid: EntityGuid!) {
value
}
name
options {
ignoreTimeRange
}
nrqlQuery {
accountIds
query
Expand Down
Loading

0 comments on commit 003db7e

Please sign in to comment.