浏览代码

remove these for now

Grant Limberg 5 月之前
父节点
当前提交
99cd9d174b
共有 1 个文件被更改,包括 0 次插入5 次删除
  1. 0 5
      controller/DB.cpp

+ 0 - 5
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;
 }