Hello, With the version 0.8.0 On page `service-map...
# support
b
Hello, With the version 0.8.0 On page
service-map
if I only have application without http server (celery worker) the page is blank and console got
Copy code
TypeError: Cannot read properties of undefined (reading 'callRate')
and
Copy code
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'callRate')
p
@Bast i see. I think background workers are not currently displayed in service map. Though we should have better error messages for this. Can you open an issue for this?
b
Sure
So with only background worker it's not possible to see external bottleneck ?
it's too bad because I can see HTTP POST but impossible to filter by URL
p
@Bast Can you share more details on what d you mean by
filter by URL
? Do you want to filter by specific URL that HTTP post is made to?
there's a
HTTP URL
filter in the bottom of left filter panel. Have you checked that?
b
Yes and it's empty. One of my use case his to check external service performance with the data get from my trace Because when filtering by "Operation" with "HTTP POST" it's for all services.
For HTTP URL since it's background process I think it's not fill
v
@Bast If http.url tag exists for a span then you should be able see that in left side filters.
b
Ok I understand I see. So it's not compatible with URLs call in the span