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

pp

07/26/2022, 6:38 AM
Hii everyone... I'm new to signoz i’m tasked in my company to setup signoz in our spring boot project I have a question about data collection, how it will gather matrices from code side ? as mention in below page from backend side if we add depenency and configuire it in application.properties file it will collect data ? or do we need to add any other configuration's also like write API where signoz can collect data please guide me to get it done. https://signoz.io/docs/tutorial/jvm-metrics/
p

Pranay

07/26/2022, 6:50 AM
@pp this tutorial enables micrometer metrics from your springboot application which is then exposed at a specific end point. This is then scraped by Opentelemetry collector. If you follow the steps here - https://signoz.io/docs/tutorial/jvm-metrics/#steps-to-monitor-jvm-metrics it should work
p

pp

07/26/2022, 7:18 AM
@Pranay Thanks a lot.
p

Pranay

07/26/2022, 7:20 AM
If you also want to see traces from springboot applciation, you should check this - https://signoz.io/blog/opentelemetry-spring-boot/
2 Views