semantic-conventions/model/dns/registry.yaml

25 lines
968 B
YAML

groups:
- id: registry.dns
type: attribute_group
display_name: DNS Attributes
brief: >
This document defines the shared attributes used to report a DNS query.
attributes:
- id: dns.question.name
type: string
stability: development
brief: The name being queried.
examples: ["www.example.com", "opentelemetry.io"]
note: >
If the name field contains non-printable
characters (below 32 or above 126), those characters should be represented
as escaped base 10 integers (\DDD). Back slashes and quotes should be escaped.
Tabs, carriage returns, and line feeds should be converted to \t, \r, and
\n respectively.
- id: dns.answers
type: string[]
stability: development
brief: The list of IPv4 or IPv6 addresses resolved during DNS lookup.
examples:
- ["10.0.0.1", "2001:0db8:85a3:0000:0000:8a2e:0370:7334"]