mirror of
https://github.com/grafana/grafana.git
synced 2026-08-18 17:15:08 -05:00
Export: include alerts, thumbnails, usage stats, and short urls (#51938)
This commit is contained in:
@@ -10,7 +10,7 @@ import (
|
||||
|
||||
func exportSnapshots(helper *commitHelper, job *gitExportJob) error {
|
||||
cmd := &dashboardsnapshots.GetDashboardSnapshotsQuery{
|
||||
OrgId: job.orgID,
|
||||
OrgId: helper.orgID,
|
||||
Limit: 500000,
|
||||
SignedInUser: nil,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user