OpenTelemetry PHP

DnsIncubatingAttributes

Semantic attributes and corresponding values for dns.

Tags
see
https://opentelemetry.io/docs/specs/semconv/registry/attributes/dns/

May contain @experimental Semantic Conventions which may change or be removed in the future.

Table of Contents

Constants

DNS_ANSWERS  = 'dns.answers'
The list of IPv4 or IPv6 addresses resolved during DNS lookup.
DNS_QUESTION_NAME  = 'dns.question.name'
The name being queried.

Constants

DNS_ANSWERS

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

public mixed DNS_ANSWERS = 'dns.answers'
Tags
experimental

DNS_QUESTION_NAME

The name being queried.

public mixed DNS_QUESTION_NAME = 'dns.question.name'

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.

Tags
experimental

        
On this page

Search results