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.

'dns.answers'
DNS_QUESTION_NAME =
Note:

Stability Level: development

The name being queried.

The name represents the queried domain name as it appears in the DNS query without any additional normalization.

'dns.question.name'