Skip to content

Commit

Permalink
Add missing report fields (grafana#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
julienduchesne authored and flkhndlr committed Apr 18, 2023
1 parent 62aa037 commit e73fa1f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions report.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ type Report struct {
Options ReportOptions `json:"options"`
EnableDashboardURL bool `json:"enableDashboardUrl"`
EnableCSV bool `json:"enableCsv"`
Formats []string `json:"formats"`
ScaleFactor int64 `json:"scaleFactor"`
}

// Report fetches and returns a Grafana report.
Expand Down

0 comments on commit e73fa1f

Please sign in to comment.