当前位置:   article > 正文

skywalking和prometheus教程_skywalking集成prometheus

skywalking集成prometheus

SkyWalking:

​​链接:https://www.cnblogs.com/toutou/p/SpringBoot_Skywalking.html

nohup java -javaagent:/opt/apache-skywalking-apm-bin/agent/skywalking-agent.jar -Dskywalking.agent.service_name=toutou_blog -Dskywalking.collector.backend_service=127.0.0.1:11800 -jar /data/package/learn-web-0.0.1-SNAPSHOT.jar -d --server.port=8100 &

链接2:https://blog.csdn.net/zhanghan18333611647/article/details/102717851

链接3:
https://skywalking.apache.org/zh/2020-04-19-skywalking-quick-start/ (这个似乎比较详细且好入门?)
链接4:
https://www.iocoder.cn/Spring-Boot/SkyWalking/?self

链接5:
https://blog.51cto.com/u_15102934/2632488
以及命令:
 
nohup java -javaagent:/opt/apache-skywalking-apm-bin/agent/skywalking-agent.jar -Dskywalking.agent.service_name=toutou_blog -Dskywalking.collector.backend_service=127.0.0.1:11800 -jar /data/package/learn-web-0.0.1-SNAPSHOT.jar -d --server.port=8100 &

中文文档:
https://github.com/SkyAPM/document-cn-translation-of-skywalking
英文文档:
https://github.com/apache/skywalking/tree/master/docs

metric监控:
链接1:
https://blog.csdn.net/king_is_everyone/article/details/53261354
链接2:
https://www.jianshu.com/p/afc3759e75b9
链接3:
https://blog.csdn.net/weixin_30340617/article/details/98887377
链接4(涉及到日志输出metric):
https://blog.csdn.net/wjf25ac/article/details/106354187
链接5:exporter
https://blog.csdn.net/liangcha007/article/details/86699013
链接6:
https://yunlzheng.gitbook.io/prometheus-book/part-ii-prometheus-jin-jie/exporter/what-is-prometheus-exporter
链接7(spring-boot整合java):
https://yunlzheng.gitbook.io/prometheus-book/part-ii-prometheus-jin-jie/exporter/custom_exporter_with_java/custom_app_support_prometheus

go:metric链接:
https://www.cnblogs.com/makelu/p/11082485.html
https://blog.csdn.net/lisonglisonglisong/article/details/81743555

grafana直接接入jvm堆内存:
https://blog.csdn.net/xudc0521/article/details/89916714
本文内容由网友自发贡献,转载请注明出处:【wpsshop博客】
推荐阅读
相关标签
  

闽ICP备14008679号