Hi, I have setup my signoz instance and i can see ...
# support
v
Hi, I have setup my signoz instance and i can see the traces and metrics on the UI. The problem is the status code on the UI is showing as 0, even though the http_status_code is 200/400 in the attributes. I'm using a otel java sdk to export data to signoz.
a
cc @Vishal Sharma
v
Can you please share span tags of the span which is showing status code as 0? Follow these steps: 1. Click on the span which shows 0 2. Share screenshot of tags shown for the span select like I attached
v
@Vishal Sharma
v
Are there any more tags? Can you try scrolling?
v
No Vishal, nothing else
v
And can you share what’s shown in table for the same span?
v
Screenshot from 2023-04-20 17-25-15.png
For the operation, i have edited that in my code using Span.current().updateName() of the otel sdk