Skip to content

Commit

Permalink
telem name
Browse files Browse the repository at this point in the history
  • Loading branch information
ianedwards committed May 16, 2024
1 parent 4614047 commit 1b4daaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/server/handlers/deployment_target/delete.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func NewDeleteDeploymentTargetHandler(

// ServeHTTP deletes the deployment target from the project
func (c *DeleteDeploymentTargetHandler) ServeHTTP(w http.ResponseWriter, r *http.Request) {
ctx, span := telemetry.NewSpan(r.Context(), "server-delete-deployment-target")
ctx, span := telemetry.NewSpan(r.Context(), "serve-delete-deployment-target")
defer span.End()

project, _ := ctx.Value(types.ProjectScope).(*models.Project)
Expand Down

0 comments on commit 1b4daaf

Please sign in to comment.