当前位置:网站首页>Internship report skywalking distributed link tracking?
Internship report skywalking distributed link tracking?
2022-07-02 11:09:00 【It's ADU】
Overview of internship content
Skywalking Distributed Link Tracking :
What is? skywaling Distributed Link Tracking ? Distributed link tracking refers to the performance monitoring tool of distributed application system , Designed for microservices , Cloud native architecture and container based (K8S ,docker ) Architecture and Design .
Skywaling Provide distributed tracking , Service grid telemetry analysis , Measurement aggregation and visualization integration solution
Skywaling Overall architecture analysis :

In this picture , The overall architecture is divided into four parts :
1. Upper part agent : Responsible for... From the application , Collect link information , Send to skywaling OAP The server .
2、 Lower part SkyWalking OAP : Responsible for receiving Agent Sent Tracing Data and information , And then analyze it (Analysis Core), To external storage (Storage), Finally, provide the query (Query) function ;
3、 Right section Storage:Tracing data storage , At present, we support ES、MySQL、Sharding Sphere、TiDB、H2 Multiple memories , At present, the most widely used is ES, The main consideration is SkyWalking The development team's own production environment uses ES Mainly ;
4、 Left part SkyWalking UI: Responsible for providing the console , Look at the links and so on ;
SkyWalking Environment construction and deployment ( Pictures come from the Internet )

First, we download the software package , Start building one by one SkyWalking OAP and SkyWalking UI service ; Start a Spring Boot application , And configuration SkyWalking Agent; For the time being, data storage uses its default H2 Database storage , Later we will use other storage ;
SkyWalking Three concepts in
service (Service) : Represents a series or set of workloads that provide the same behavior for requests , In the use of Agent when , You can define the name of the service , We can see Spring Boot The application service is "11-springboot", Is that we are in the environment variable SW_AGENT_NAME As defined in ;
Service instance (Service Instance) : Each of the above set of workloads is called an instance , A service instance is actually a real process on the operating system ;
Here we can see Spring Boot The service of the application is {agent_name}-pid:{pid}@{hostname}, from Agent Automatic generation ;
Endpoint (Endpoint) : For the request path received by a specific service , Such as HTTP Of URI Path and gRPC The class name of the service + Method signature ;
We can see Spring Boot An endpoint of the application , by API Interface /index;
边栏推荐
- [ark UI] implementation of the startup page of harmonios ETS
- K-d tree and octree of PCL
- QT learning diary 7 - qmainwindow
- Filtering of PCL
- 【付费推广】常见问题合集,推荐榜单FAQ
- 一招快速实现自定义快应用titlebar
- OpenMLDB Meetup No.4 会议纪要
- [play with FPGA learning 4 in simple terms ----- talk about state machine design]
- 使用华为性能管理服务,按需配置采样率
- 二叉树专题--洛谷 P1229 遍历问题(乘法原理 已知前、后序遍历求中序遍历个数)
猜你喜欢

二叉树专题--AcWing 3384. 二叉树遍历(已知先序遍历 边建树 边输出中序遍历)

Open the encrypted SQLite method with sqlcipher
![[AGC] build service 3 - authentication service example](/img/89/63f367270e806e89c4ff92360dc3c5.png)
[AGC] build service 3 - authentication service example

How to implement tabbar title bar with list component

TIPC messaging3

二叉树专题--AcWing 3540. 二叉搜索树建树(实用板子 构建二叉搜索树 并输出前、中、后序遍历)

二叉树专题--AcWing 18. 重建二叉树(利用前、中序遍历,构建二叉树)

flink二開,實現了個 batch lookup join(附源碼)

三.芯片啟動和時鐘系統

Special topic of binary tree -- acwing 3540 Binary search tree building (use the board to build a binary search tree and output the pre -, middle -, and post sequence traversal)
随机推荐
华为游戏初始化init失败,返回错误码907135000
一.STM32的开发环境,keil5/MDK5.14安装教程(附下载链接)
【深入浅出玩转FPGA学习3-----基本语法】
洛谷 P1892 [BOI2003]团伙(并查集变种 反集)
【快应用】text组件里的文字很多,旁边的div样式会被拉伸如何解决
Luogu p5536 [xr-3] core city (greed + tree DP looking for the center of the tree)
Jenkins安装
Resources读取2d纹理 转换为png格式
Luogu p1892 [boi2003] Gang (and search for variant anti set)
[ark UI] implementation of the startup page of harmonios ETS
二叉树专题--P1030 [NOIP2001 普及组] 求先序排列
正则及常用公式
LabVIEW为什么浮点数会丢失精度
【深入浅出玩转FPGA学习4----漫谈状态机设计】
flink二開,實現了個 batch lookup join(附源碼)
二叉树专题--AcWing 19. 二叉树的下一个节点(找树中节点的后继)
如何用list组件实现tabbar标题栏
III Chip startup and clock system
How does the whole network display IP ownership?
【深入浅出玩转FPGA学习5-----复位设计】