Skip to content

Commit

Permalink
fix(ingest): set service name
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed Jan 31, 2025
1 parent 2966d09 commit 3411e27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/vega-ingest/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ func main() {
return errors.Wrap(err, "init")
}
return a.Run(ctx)
})
}, app.WithServiceName("vega.ingest"))
}

type App struct {
Expand Down

0 comments on commit 3411e27

Please sign in to comment.