feat: enrich earth bgp event visualization

This commit is contained in:
linkong
2026-03-27 17:26:17 +08:00
parent 755729ee5e
commit 2015ab79bd
6 changed files with 409 additions and 21 deletions

View File

@@ -38,14 +38,17 @@ const CARD_CONFIG = {
{ key: 'anomaly_type', label: '异常类型' },
{ key: 'severity', label: '严重度' },
{ key: 'status', label: '状态' },
{ key: 'route_change', label: '路由变更' },
{ key: 'prefix', label: '前缀' },
{ key: 'as_path_display', label: '传播路径' },
{ key: 'origin_asn', label: '原始 ASN' },
{ key: 'new_origin_asn', label: '新 ASN' },
{ key: 'confidence', label: '置信度' },
{ key: 'collector', label: '采集器' },
{ key: 'country', label: '国家' },
{ key: 'city', label: '城市' },
{ key: 'created_at', label: '创建时间' },
{ key: 'observed_by', label: '观测范围' },
{ key: 'impacted_scope', label: '影响区域' },
{ key: 'location', label: '观测位置' },
{ key: 'created_at', label: '发生时间' },
{ key: 'summary', label: '摘要' }
]
},
@@ -55,8 +58,7 @@ const CARD_CONFIG = {
className: 'bgp',
fields: [
{ key: 'collector', label: '采集器' },
{ key: 'country', label: '国家' },
{ key: 'city', label: '城市' },
{ key: 'location', label: '观测位置' },
{ key: 'anomaly_count', label: '当前异常数' },
{ key: 'status', label: '状态' }
]