Update README.md
Signed-off-by: Eric Zhao <sczyh16@gmail.com>
This commit is contained in:
parent
37e78e511d
commit
253a992cb8
|
|
@ -1,6 +1,6 @@
|
||||||
<img src="https://user-images.githubusercontent.com/9434884/43697219-3cb4ef3a-9975-11e8-9a9c-73f4f537442d.png" alt="Sentinel Logo" width="50%">
|
<img src="https://user-images.githubusercontent.com/9434884/43697219-3cb4ef3a-9975-11e8-9a9c-73f4f537442d.png" alt="Sentinel Logo" width="50%">
|
||||||
|
|
||||||
# Sentinel: Sentinel of Your Application
|
# Sentinel: The Sentinel of Your Microservices
|
||||||
|
|
||||||
[](https://travis-ci.org/alibaba/Sentinel)
|
[](https://travis-ci.org/alibaba/Sentinel)
|
||||||
[](https://codecov.io/gh/alibaba/Sentinel)
|
[](https://codecov.io/gh/alibaba/Sentinel)
|
||||||
|
|
@ -55,7 +55,7 @@ If your application is build in Maven, just add the following dependency in `pom
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.alibaba.csp</groupId>
|
<groupId>com.alibaba.csp</groupId>
|
||||||
<artifactId>sentinel-core</artifactId>
|
<artifactId>sentinel-core</artifactId>
|
||||||
<version>1.6.1</version>
|
<version>1.6.3</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
@ -124,11 +124,14 @@ Samples can be found in the [sentinel-demo](https://github.com/alibaba/Sentinel/
|
||||||
|
|
||||||
Sentinel also provides a simple dashboard application, on which you can monitor the clients and configure the rules in real time.
|
Sentinel also provides a simple dashboard application, on which you can monitor the clients and configure the rules in real time.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
For details please refer to [Dashboard](https://github.com/alibaba/Sentinel/wiki/Dashboard).
|
For details please refer to [Dashboard](https://github.com/alibaba/Sentinel/wiki/Dashboard).
|
||||||
|
|
||||||
## Trouble Shooting and Logs
|
## Trouble Shooting and Logs
|
||||||
|
|
||||||
Sentinel will generate logs for troubleshooting. All the information can be found in [logs](https://github.com/alibaba/Sentinel/wiki/Logs).
|
Sentinel will generate logs for troubleshooting and real-time monitoring.
|
||||||
|
All the information can be found in [logs](https://github.com/alibaba/Sentinel/wiki/Logs).
|
||||||
|
|
||||||
## Bugs and Feedback
|
## Bugs and Feedback
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue