Hello everyone ! We are trying SigNoz here and so ...
# support
b
Hello everyone ! We are trying SigNoz here and so far we were able to connectly everything fine, but one thing that we are not able to generate are the HTTP Routes, it seems that all routes are generating HTTP URLs instead. We are following the auto-instrumentation method for NestJS 9 described on the website docs and using the last 0.15 version. Any ideas on how to fix? Wasn't able to find anything on docs, issues or the chat history here. Thanks !
v
@Bruno Galdino Can you please check if app is generating
http.method
attributes?
We don’t show http routes on trace table, we show http methods like
GET
,
POST
b
For the
http.method
, yes, its being generated for every request, internal or external, just sometimes it doesn't show on the tracer table.
I was under the assumption that you guys showed the route on the operations columns, like in the
hotrod
example.
v
Operation is the name of span
Can you please check if same span which is shown on trace table has
http.method
in the Tags?
For the
http.method
, yes, its being generated for every request, internal or external, just sometimes it doesn’t show on the tracer table.
b
Operation is the name of span
I see, sorry for the confusion.
Can you please check if same span which is shown on trace table has
http.method
in the Tags?
Filtering by the TraceID, yes, all requests got properly tagged, just not showing on the trace table.