mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-08-02 23:12:51 +02:00
remove these for now
This commit is contained in:
parent
f71a85a675
commit
99cd9d174b
1 changed files with 0 additions and 5 deletions
|
@ -256,11 +256,6 @@ bool DB::get(const uint64_t networkId, nlohmann::json& network, const uint64_t m
|
||||||
member = m->second;
|
member = m->second;
|
||||||
}
|
}
|
||||||
|
|
||||||
span->SetAttribute("authorized_member_count", info.authorizedMemberCount);
|
|
||||||
span->SetAttribute("allocated_ips", info.allocatedIps.size());
|
|
||||||
span->SetAttribute("total_member_count", info.totalMemberCount);
|
|
||||||
span->SetAttribute("most_recent_deauth_time", info.mostRecentDeauthTime);
|
|
||||||
span->SetAttribute("active_bridges", info.activeBridges.size());
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue