@@ -1041,7 +1041,7 @@ app ingest {
1041
1041
description "DNS A/AAAA record query response, with name, response address(es), and latency information"
1042
1042
severity 0
1043
1043
1: u32 sk_id
1044
- 2: u16 total_dn_len // Total length of domain name without truncation (MAX_ENCODED_DOMAIN_NAME )
1044
+ 2: u16 total_dn_len // Total length of domain name without truncation (DNS_NAME_MAX_LENGTH )
1045
1045
3: string domain_name // Domain name being queried (possibly truncated)
1046
1046
4: string ipv4_addrs // IPv4 addresses corresponding to domain name 'dn'
1047
1047
5: string ipv6_addrs // IPv6 addresses corresponding to domain name 'dn'
@@ -1051,7 +1051,7 @@ app ingest {
1051
1051
description "A DNS A/AAAA record request timeout"
1052
1052
severity 0
1053
1053
1: u32 sk_id
1054
- 2: u16 total_dn_len // Total length of domain name without truncation (MAX_ENCODED_DOMAIN_NAME )
1054
+ 2: u16 total_dn_len // Total length of domain name without truncation (DNS_NAME_MAX_LENGTH )
1055
1055
3: string domain_name // Domain name being queried (possibly truncated)
1056
1056
4: u64 timeout_ns // Timeout duration for request (in ns)
1057
1057
}
@@ -1065,7 +1065,7 @@ app ingest {
1065
1065
description "DNS A/AAAA record query response, with name, response address(es), and latency information, with direction"
1066
1066
severity 0
1067
1067
1: u32 sk_id
1068
- 2: u16 total_dn_len // Total length of domain name without truncation (MAX_ENCODED_DOMAIN_NAME )
1068
+ 2: u16 total_dn_len // Total length of domain name without truncation (DNS_NAME_MAX_LENGTH )
1069
1069
3: string domain_name // Domain name being queried (possibly truncated)
1070
1070
4: string ipv4_addrs // IPv4 addresses corresponding to domain name 'dn'
1071
1071
5: string ipv6_addrs // IPv6 addresses corresponding to domain name 'dn'
@@ -1329,7 +1329,7 @@ app matching {
1329
1329
pool_size 4800000
1330
1330
proxy aggregation.agg_root shard_by (role1, az1, role2, az2)
1331
1331
string<80> role1
1332
- string<80 > role2
1332
+ string<256 > role2
1333
1333
string<32> az1
1334
1334
string<32> az2
1335
1335
}
@@ -1429,7 +1429,7 @@ app aggregation {
1429
1429
span role {
1430
1430
pool_size 70000
1431
1431
index (s, version, env, ns, node_type, process, container)
1432
- string<80 > s
1432
+ string<256 > s
1433
1433
string<80> uid
1434
1434
string<64> version
1435
1435
string<32> env
0 commit comments