netbird/management/cmd
Yury Gargay b58094de0f
Add metrics for PeersUpdateManager (#1310)
With this change we should be able to collect and expose the following histograms:

* `management.updatechannel.create.duration.ms`  with `closed` boolean label
* `management.updatechannel.create.duration.micro` with `closed` boolean label
* `management.updatechannel.close.one.duration.ms`
* `management.updatechannel.close.one.duration.micro`
* `management.updatechannel.close.multiple.duration.ms`
* `management.updatechannel.close.multiple.duration.micro`
* `management.updatechannel.close.multiple.channels`
* `management.updatechannel.send.duration.ms` with `found` and `dropped` boolean labels
* `management.updatechannel.send.duration.micro` with `found` and `dropped` boolean labels
* `management.updatechannel.get.all.duration.ms`
* `management.updatechannel.get.all.duration.micro`
* `management.updatechannel.get.all.peers`
2023-11-16 18:21:52 +01:00
..
defaults.go Feature/dns protocol (#543) 2022-11-07 15:38:21 +01:00
management.go Add metrics for PeersUpdateManager (#1310) 2023-11-16 18:21:52 +01:00
migration_down.go Implement SQLite Store using gorm and relational approach (#1065) 2023-10-12 15:42:36 +02:00
migration_up.go Implement SQLite Store using gorm and relational approach (#1065) 2023-10-12 15:42:36 +02:00
root.go Extend linter rules (#1300) 2023-11-10 16:33:13 +01:00