View Source OpenTelemetry.SemConv.Incubating.DNSAttributes (OpenTelemetry.SemConv v1.27.0)
OpenTelemetry Semantic Conventions for DNS attributes.
Summary
Functions
The name being queried.
Functions
@spec dns_question_name() :: :"dns.question.name"
The name being queried.
Value type
Value must be of type atom() | String.t()
.
Notes
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 ,
, and
respectively.
Examples
["www.example.com", "opentelemetry.io"]
iex> OpenTelemetry.SemConv.Incubating.DNSAttributes.dns_question_name()
:"dns.question.name"
?DNS_QUESTION_NAME.
'dns.question.name'