mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-02-09 05:28:56 -06:00
auth-api: fix: was missing newly introduced metrics
This commit is contained in:
@@ -45,7 +45,7 @@ func NewService(opts ...Option) Service {
|
||||
),
|
||||
)
|
||||
|
||||
svc, err := NewAuthenticationApi(options.Config, &options.Logger, options.TraceProvider, m)
|
||||
svc, err := NewAuthenticationApi(options.Config, &options.Logger, options.Metrics, options.TraceProvider, m)
|
||||
if err != nil {
|
||||
panic(err) // TODO p.bleser what to do when we encounter an error in a NewService() ?
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user