diff --git a/pkg/services/cloudmigration/api/api.go b/pkg/services/cloudmigration/api/api.go index cd3ef061725..d946e3d3103 100644 --- a/pkg/services/cloudmigration/api/api.go +++ b/pkg/services/cloudmigration/api/api.go @@ -480,7 +480,7 @@ func (cma *CloudMigrationAPI) GetSnapshot(c *contextmodel.ReqContext) response.R // 403: forbiddenError // 500: internalServerError func (cma *CloudMigrationAPI) GetSnapshotList(c *contextmodel.ReqContext) response.Response { - ctx, span := cma.tracer.Start(c.Req.Context(), "MigrationAPI.GetShapshotList") + ctx, span := cma.tracer.Start(c.Req.Context(), "MigrationAPI.GetSnapshotList") defer span.End() uid := web.Params(c.Req)[":uid"]