We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In order to help debugging and gathering usage statistics, agents should use one of the following values for the User-Agent HTTP header:
User-Agent
apm-agent-${language}/${agent.version}
service.name
service.version
(${service.name} ${service.version})
(${service.name})
An executable gherkin specification is also provided in user_agent.feature.
Examples:
apm-agent-java/v1.25.0
apm-agent-ruby/4.4.0 (myservice)
apm-agent-python/6.4.0 (myservice v42.7)
reference spec : https://github.com/elastic/apm/blob/main/specs/agents/transport.md
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In order to help debugging and gathering usage statistics, agents should use one of the following values for the
User-Agent
HTTP header:apm-agent-${language}/${agent.version}
.service.name
andservice.version
are set, append(${service.name} ${service.version})
service.name
is set, append(${service.name})
An executable gherkin specification is also provided in user_agent.feature.
Examples:
apm-agent-java/v1.25.0
apm-agent-ruby/4.4.0 (myservice)
apm-agent-python/6.4.0 (myservice v42.7)
reference spec : https://github.com/elastic/apm/blob/main/specs/agents/transport.md
The text was updated successfully, but these errors were encountered: