Hii everyone... I'm new to signoz i’m tasked in my...
# support
p
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
@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
@Pranay Thanks a lot.
p
If you also want to see traces from springboot applciation, you should check this - https://signoz.io/blog/opentelemetry-spring-boot/