DnsIncubatingAttributes
in
Semantic attributes and corresponding values for dns.
Tags
Table of Contents
Constants
- DNS_ANSWERS = 'dns.answers'
- The list of IPv4 or IPv6 addresses resolved during DNS lookup.
- DNS_QUESTION_NAME = 'dns.question.name'
- The name being queried.
Constants
DNS_ANSWERS
The list of IPv4 or IPv6 addresses resolved during DNS lookup.
public
mixed
DNS_ANSWERS
= 'dns.answers'
Tags
DNS_QUESTION_NAME
The name being queried.
public
mixed
DNS_QUESTION_NAME
= 'dns.question.name'
The name represents the queried domain name as it appears in the DNS query without any additional normalization.