<?php

// DO NOT EDIT, this is an Auto-generated file from script/semantic-conventions

declare(strict_types=1);

namespace OpenTelemetry\SemConv\Attributes;

/**
 * Semantic attributes and corresponding values for user_agent.
 * @see https://opentelemetry.io/docs/specs/semconv/registry/attributes/user_agent/
 */
interface UserAgentAttributes
{
    /**
     * Value of the [HTTP User-Agent](https://www.rfc-editor.org/rfc/rfc9110.html#field.user-agent) header sent by the client.
     *
     * @stable
     */
    public const USER_AGENT_ORIGINAL = 'user_agent.original';

}
