mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
scopes: adds more logging details to the scopedashboard query (#100267)
Signed-off-by: bergquist <carl.bergquist@gmail.com>
This commit is contained in:
@@ -99,7 +99,7 @@ func (f *findScopeDashboardsREST) Connect(ctx context.Context, name string, opts
|
|||||||
return strings.Compare(i.Status.DashboardTitle, j.Status.DashboardTitle)
|
return strings.Compare(i.Status.DashboardTitle, j.Status.DashboardTitle)
|
||||||
})
|
})
|
||||||
|
|
||||||
logger.FromContext(req.Context()).Debug("find scopedashboardbinding", "raw", len(all.Items), "filtered", len(results.Items))
|
logger.FromContext(req.Context()).Debug("find scopedashboardbinding", "raw", len(all.Items), "filtered", len(results.Items), "scopeQueryParams", strings.Join(scopes, ","))
|
||||||
|
|
||||||
responder.Object(200, results)
|
responder.Object(200, results)
|
||||||
}), nil
|
}), nil
|
||||||
|
|||||||
Reference in New Issue
Block a user