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

Leon Jones

07/06/2022, 12:07 AM
Hi. I'm struggling to understand what I should expect to see in the 'Services' tab. I've seen other questions in this area, but none quite answer my query. I'm putting together a POC for a client and have a basic 3-hop kafka setup. I'm using spring boot, sleuth and the otel autoconfig. Everything is running in docker, and I see individual traces (via OTLP Grpc @ 4317). I've tried passing resource attrs in the env. Can you give me an idea as to what I should expect to see, and what I might be missing. Thanks.
Copy code
OTEL_RESOURCE_ATTRIBUTES: 'service:name=a_service'
in case it's useful
s

Srikanth Chekuri

07/06/2022, 3:12 AM
The services tab contains the list of the SERVER applications in your setup as of now.
a

Ankit Nayan

07/06/2022, 4:30 AM
@Leon Jones Is
simple-producer
service built with springboot? It should show appear if it is serving some APIs.
kafka.produce
is a client call to kafka and hence it is not counted under a service for now.
We are planning to include such services in services list soon. It would be great if you could create a github issue so that we can track this publically
👍 1
3 Views