https://signoz.io logo
#support
Title
# support
v

Vishnu Teja Vallala

04/20/2023, 10:54 AM
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

Ankit Nayan

04/20/2023, 11:09 AM
cc @Vishal Sharma
v

Vishal Sharma

04/20/2023, 11:43 AM
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

Vishnu Teja Vallala

04/20/2023, 11:49 AM
@Vishal Sharma
v

Vishal Sharma

04/20/2023, 11:49 AM
Are there any more tags? Can you try scrolling?
v

Vishnu Teja Vallala

04/20/2023, 11:50 AM
No Vishal, nothing else
v

Vishal Sharma

04/20/2023, 11:51 AM
And can you share what’s shown in table for the same span?
v

Vishnu Teja Vallala

04/20/2023, 11:55 AM
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
3 Views