mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-02 16:30:17 +02:00
config related metrics (#2065)
This commit is contained in:
parent
9de340b48b
commit
a935c1ba30
10 changed files with 153 additions and 21 deletions
|
@ -38,7 +38,7 @@ func newDataBrokerSyncer(authorize *Authorize) *dataBrokerSyncer {
|
|||
syncer := &dataBrokerSyncer{
|
||||
authorize: authorize,
|
||||
}
|
||||
syncer.Syncer = databroker.NewSyncer(syncer)
|
||||
syncer.Syncer = databroker.NewSyncer("authorize", syncer)
|
||||
return syncer
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue