OpenTelemetry SDK
    Preparing search index...

    Variable ATTR_URL_REGISTERED_DOMAINConst Experimental

    ATTR_URL_REGISTERED_DOMAIN: "url.registered_domain" = ...

    The highest registered url domain, stripped of the subdomain.

    example.com
    
    foo.co.uk
    

    This value can be determined precisely with the public suffix list. For example, the registered domain for foo.example.com is example.com. Trying to approximate this by simply taking the last two labels will not work well for TLDs such as co.uk.

    This attribute is experimental and is subject to breaking changes in minor releases of @opentelemetry/semantic-conventions.