Skip to main content

DNS_QUESTION_NAME

Constant DNS_QUESTION_NAME 

pub const DNS_QUESTION_NAME: &'static str;
Available on crate features opentelemetry and semconv_experimental only.
Expand description

The name being queried.

§Notes

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

§Examples

  • "www.example.com"
  • "opentelemetry.io"