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
Please answer these questions before submitting your issue.
How to identify a span failure?
I used opentracing to create a custom span
But I haven't found a way to set the state.
I tried several ways, but none of them worked. version: 6.0.0-GA
span.setTag("error",true); span.setTag("isError",true); org.apache.skywalking.apm.toolkit.trace.ActiveSpan.tag("is error","true"); org.apache.skywalking.apm.toolkit.trace.ActiveSpan.tag("isError","true");
The text was updated successfully, but these errors were encountered:
Error is an API for agent. ActiveSpan#tag doesn't support to do that. If you want that, try to contribute
ActiveSpan#tag
ActiveSpan#error
AbstractSpan#errorOccurred
Sorry, something went wrong.
Because we're trying to associate the system with skywalking.
The realization of this function is expected.
Thank you
You could work on this and submit a new pull request. We will be glad to review and help you merge into the main codebase.
@huangpang New APIs provided.
update dependencyManagement (#2660)
b4ee1f1
* Fix #2546 * Change the stackdepth type * Fix bug * Fix CI failed * fix #2599 * fix ci * add license * add ActiveTag error methods * fix * fix * fix doc * update doc * update dependencyManagement * fix
support Nacos cluster (#2640)
91ffae2
* Fix #2546 * Change the stackdepth type * Fix bug * Fix CI failed * fix #2599 * fix ci * add license * add ActiveTag error methods * fix * fix * nacos * nacos * nacos * nacos * fix ci * support nacos cluster * fix yml * fix license * fix ci * remove optional * update license * update license and doc * fix
IanCao
No branches or pull requests
Please answer these questions before submitting your issue.
Question
How to identify a span failure?
I used opentracing to create a custom span
But I haven't found a way to set the state.
I tried several ways, but none of them worked.
version: 6.0.0-GA
The text was updated successfully, but these errors were encountered: