当前位置:网站首页>Explanation of sentinel series' features, composition and deployment
Explanation of sentinel series' features, composition and deployment
2022-06-13 05:40:00 【codain】
1、Sentinel Characteristics of :
① Rich application scenarios : Breaking away from Alibaba's various e-commerce promotion , It covers almost all application scenarios : seckill 、 Peak shaving and other scenes
② Real-time monitoring : It provides a real-time monitoring platform , You can see the second level data of the service , The better ones can monitor 500 Cluster operation of the left and right servers
③ Support most technologies : Open the box , such as : Can and SpringCloud、Dubbo And so on
④ Support SPI Expansion point : Developers can use SPI Mechanism to customize the current limiting rules , Dynamic data source adaptation and other requirements
2、Sentinel The composition of
There are mainly two parts :
① Core library : Do not rely on any other framework or library , Can be in any java Running on the environment , And can communicate with springcloud、dubbo And other open source frameworks
② Console :java Program ,jar Packages can be executed directly
3、 Sentinel Dashboard Deploy
① Go to github Download the source code directly from the official website :GitHub - alibaba/Sentinel: A powerful flow control component enabling reliability, resilience and monitoring for microservices. ( Highly available flow control protection component for cloud native microservices )
https://github.com/alibaba/Sentinel
② adopt mvn The package command builds itself
③ find sentinel-dashboard In the catalog jar Package runs directly , Then go to the link , The default login account and password are :sentinel(1.6.0 Later versions , The login function is introduced )
边栏推荐
- Bicolor case
- Pychart error resolution: process finished with exit code -1073741819 (0xc0000005)
- OpenGL馬賽克(八)
- 2021-9-19
- MySQL transactions and foreign keys
- Database design
- 计算两个时间相差的天数(支持跨月、跨年)
- Anaconda configuring the mirror source
- Unity game optimization (version 2) learning record 7
- 18 flowable task manualtask and receivetask
猜你喜欢

Qmessagebox in pyqt5

MySQL installation, architecture and management

Wampserver (MySQL) installation

ZABBIX wechat alarm

Mysql database crud operation

About anonymous inner classes

Small project - household income and expenditure software (2)

SQL table columns and statements of database

行情绘图课程大纲1-基础知识

Use the browser to cut the entire page (take chrome as an example)
随机推荐
Course outline of market drawing 1- basic knowledge
Wampserver (MySQL) installation
About Evaluation Metrics
使用cmake交叉編譯helloworld
Compilation croisée helloworld avec cmake
安装harbor(在线|离线)
Mysql database backup and restore:
The reason why the process cannot be shut down after a spark job is executed and the solution
Building a stand-alone version of Nacos series
No assessment summary
Detailed explanation of R language sparse matrix
OpenGL马赛克(八)
How to Algorithm Evaluation Methods
KVM hot migration for KVM virtual management
powershell优化之一:提示符美化
The problem of flex layout adaptive failure
18 flowable task manualtask and receivetask
Small project - household income and expenditure software (2)
Pychart encountered time zone problem when connecting to MySQL timezone
Difference between deviation and variance in deep learning

https://github.com/alibaba/Sentinel