Skip to content

Commit

Permalink
Init metrics before enrichment
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelreiswildlife committed Aug 2, 2023
1 parent 3dd4315 commit 5c5655e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,13 +123,13 @@ func (app *App) configure() error {

app.configureJaeger()

app.configureEnrichment()

err = app.configureStatsD()
if err != nil {
return err
}

app.configureEnrichment()

err = app.configureApplication()
if err != nil {
return err
Expand Down

0 comments on commit 5c5655e

Please sign in to comment.