mirror of
https://github.com/slackhq/nebula.git
synced 2025-11-22 16:34:25 +01:00
Have lighthouses ack updates to reduce test packet traffic (#851)
This commit is contained in:
@@ -84,6 +84,7 @@ func newLighthouseMetrics() *MessageMetrics {
|
||||
NebulaMeta_HostQueryReply,
|
||||
NebulaMeta_HostUpdateNotification,
|
||||
NebulaMeta_HostPunchNotification,
|
||||
NebulaMeta_HostUpdateNotificationAck,
|
||||
}
|
||||
for _, i := range used {
|
||||
h[i] = []metrics.Counter{metrics.GetOrRegisterCounter(fmt.Sprintf("lighthouse.%s.%s", t, i.String()), nil)}
|
||||
|
||||
Reference in New Issue
Block a user