当前位置:网站首页>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;
边栏推荐
- PCL extracts a subset from a point cloud
- [play with FPGA learning 5 in simple terms ----- reset design]
- [applinking practical case] share in app pictures through applinking
- Binary tree topic -- Luogu p3884 [jloi2009] binary tree problem (DFS for binary tree depth BFS for binary tree width Dijkstra for shortest path)
- One trick to quickly realize custom application titlebar
- Special topic of binary tree -- [deep base 16. Example 7] ordinary binary tree (simplified version) (multiset seeks the precursor and subsequent sentry Art)
- JSP webshell免殺——JSP的基礎
- Dialogue Wu Gang: why do I believe in the rise of "big country brands"?
- 点云投影图片
- TIPC协议
猜你喜欢

实验电镜距离测量之Matlab处理

Special topic of binary tree -- acwing 19 The next node of the binary tree (find the successor of the node in the tree)

V2x SIM dataset (Shanghai Jiaotong University & New York University)

华为快应用中如何实现同时传递事件对象和自定义参数

QT learning diary 8 - resource file addition

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

二叉树专题--AcWing 1497. 树的遍历(利用后、中序遍历,构建二叉树)

2022 love analysis · panoramic report of digital manufacturers of state-owned enterprises

Implement custom drawer component in quick application

【AppLinking实战案例】通过AppLinking分享应用内图片
随机推荐
JSP webshell免殺——JSP的基礎
Appgallery connect scenario development practice - image storage and sharing
三.芯片启动和时钟系统
【快应用】Win7系统使用华为IDE无法运行和调试项目
2022爱分析· 国央企数字化厂商全景报告
Implementation of six singleton modes
TIPC Cluster5
Logu p3398 hamster looks for sugar (double LCA on the tree to judge whether the two paths in the tree intersect)
Point cloud projection picture
TIPC messaging3
Luogu p5536 [xr-3] core city (greed + tree DP looking for the center of the tree)
QT学习日记7——QMainWindow
【AGC】构建服务3-认证服务示例
二叉树专题--AcWing 3540. 二叉搜索树建树(实用板子 构建二叉搜索树 并输出前、中、后序遍历)
TIPC 寻址2
Implement custom drawer component in quick application
【ARK UI】HarmonyOS ETS的启动页的实现
Special topic of binary tree -- acwing 47 Path with a certain value in binary tree (preorder traversal)
TIPC messaging3
学习open62541 --- [66] UA_String的生成方法