APM - studiofu/brain GitHub Wiki

Application Performance Monitoring

  • CAT
  • Pinpoint
  • Zipkin
  • Skywalking

Install Skywalking

  • download elasticsearch, for example elasticsearch 7, and use elasticsearch.bat/sh to start
  • download Skywalking and change the configuration to use elastic search storage

in spring boot application set the VM, for example,

-javaagent:C:\Applications\apache-skywalking-apm-bin\agent\skywalking-agent.jar
-Dskywalking.agent.service_name=application-name
-Dskywalking.collector.backend_service=localhost:11800

Reference

https://www.jianshu.com/p/04a52983b5f2

https://cloud.tencent.com/developer/article/1584190