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
Describe the bug
https://github.com/elastic/apm/blob/main/specs/agents/tracing-spans.md#exit-spans says
Exit spans are spans that describe a call to an external service, such as an outgoing HTTP request or a call to a database.
We are only setting ExitSpan: true in module/apmredigov8. We should update all other modules that create these kinds of spans.
ExitSpan: true
Note that the spec also says:
A span is considered an exit span if it has explicitly been marked as such; a span's status should not be inferred.
This does not apply to spans created by built-in instrumentation; it applies to custom spans created through the API.
Expected behavior
We should be marking spans representing calls to external services as exit spans.
The text was updated successfully, but these errors were encountered:
kruskall
Successfully merging a pull request may close this issue.
Describe the bug
https://github.com/elastic/apm/blob/main/specs/agents/tracing-spans.md#exit-spans says
We are only setting
ExitSpan: true
in module/apmredigov8. We should update all other modules that create these kinds of spans.Note that the spec also says:
This does not apply to spans created by built-in instrumentation; it applies to custom spans created through the API.
Expected behavior
We should be marking spans representing calls to external services as exit spans.
The text was updated successfully, but these errors were encountered: