Class DnsIncubatingAttributes

java.lang.Object
io.opentelemetry.semconv.incubating.DnsIncubatingAttributes

public final class DnsIncubatingAttributes extends Object
  • Field Details

    • DNS_ANSWERS

      public static final io.opentelemetry.api.common.AttributeKey<List<String>> DNS_ANSWERS
      The list of IPv4 or IPv6 addresses resolved during DNS lookup.
    • DNS_QUESTION_NAME

      public static final io.opentelemetry.api.common.AttributeKey<String> DNS_QUESTION_NAME
      The name being queried.

      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 \t, \r, and \n respectively.