Module: OpenTelemetry::SemConv::Incubating::DNS

Defined in:
lib/opentelemetry/semconv/incubating/dns/metrics.rb,
lib/opentelemetry/semconv/incubating/dns/attributes.rb

Metrics Names collapse

DNS_LOOKUP_DURATION =
Note:

Stability Level: development

Measures the time taken to perform a DNS lookup.

'dns.lookup.duration'

Attribute Names collapse

DNS_ANSWERS =
Note:

Stability Level: development

The list of IPv4 or IPv6 addresses resolved during DNS lookup.

Examples:

Sample Values

["10.0.0.1", "2001:0db8:85a3:0000:0000:8a2e:0370:7334"]
'dns.answers'
DNS_QUESTION_NAME =
Note:

Stability Level: development

The name being queried.

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.

Examples:

Sample Values

www.example.com
opentelemetry.io
'dns.question.name'