From 99cd9d174bba5bf7c2918304ab8840464bdda3eb Mon Sep 17 00:00:00 2001 From: Grant Limberg Date: Sat, 12 Jul 2025 13:39:45 -0700 Subject: [PATCH] remove these for now --- controller/DB.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/controller/DB.cpp b/controller/DB.cpp index bda7d4336..1e8aef5ec 100644 --- a/controller/DB.cpp +++ b/controller/DB.cpp @@ -256,11 +256,6 @@ bool DB::get(const uint64_t networkId, nlohmann::json& network, const uint64_t m 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; }