Skip to content

Commit

Permalink
fix: Typo in tracer name
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Boutour <[email protected]>
  • Loading branch information
ViBiOh committed Oct 8, 2022
1 parent 415a43c commit 8d145fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/exif/exif.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ func New(config Config, storageApp absto.Storage, prometheusRegisterer prometheu
}

return app.loadAggregate(ctx, item)
}, cacheDuration, provider.MaxConcurrency, tracerApp.GetTracer("ggregate_cache"))
}, cacheDuration, provider.MaxConcurrency, tracerApp.GetTracer("aggregate_cache"))

return app, nil
}
Expand Down

0 comments on commit 8d145fb

Please sign in to comment.