Hi everyone, I'm trying to implement signoz exampl...
# general
q
Hi everyone, I'm trying to implement signoz example distributed tracing java application. everything is OK. however, when I want to visualize traces in signoz dashboard the tutorial uses nodejs to generate some data to trace. I'm very concerned about that. So, is there any way to use postman that makes some call microservice for example? I use Docker as in the example. Can anyone help me with this?
s
There are number of tutorials that focus on java specific things too. You can use them as references/guides to implement in your own application. https://signoz.io/docs/instrumentation/java/ https://signoz.io/blog/opentelemetry-spring-boot/ https://signoz.io/opentelemetry/tomcat/ https://signoz.io/blog/distributed-tracing-java/