You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The community is working on the specification of traffic governance and fault-tolerance.
30
+
Please refer to [OpenSergo](https://opensergo.io/) for details.
31
+
29
32
## Documentation
30
33
31
-
See the [Sentinel](https://sentinelguard.io/) for the document website.
34
+
See the [Sentinel Website](https://sentinelguard.io/) for the official website of Sentinel.
32
35
33
-
See the [中文文档](https://github.com/alibaba/Sentinel/wiki/%E4%BB%8B%E7%BB%8D) for document in Chinese.
36
+
See the [中文文档](https://sentinelguard.io/zh-cn/docs/logs.html) for document in Chinese.
34
37
35
38
See the [Wiki](https://github.com/alibaba/Sentinel/wiki) for full documentation, examples, blog posts, operational details and other information.
36
39
37
40
Sentinel provides integration modules for various open-source frameworks
38
-
(e.g. Spring Cloud, Apache Dubbo, gRPC, Spring WebFlux, Reactor) and service mesh.
39
-
You can refer to [the document](https://github.com/alibaba/Sentinel/wiki/Adapters-to-Popular-Framework) for more information.
41
+
(e.g. Spring Cloud, Apache Dubbo, gRPC, Quarkus, Spring WebFlux, Reactor) and service mesh.
42
+
You can refer to [the document](https://sentinelguard.io/en-us/docs/open-source-framework-integrations.html) for more information.
40
43
41
44
If you are using Sentinel, please [**leave a comment here**](https://github.com/alibaba/Sentinel/issues/18) to tell us your scenario to make Sentinel better.
42
45
It's also encouraged to add the link of your blog post, tutorial, demo or customized components to [**Awesome Sentinel**](./doc/awesome-sentinel.md).
@@ -60,7 +63,7 @@ If you're using Maven, just add the following dependency in `pom.xml`.
60
63
<dependency>
61
64
<groupId>com.alibaba.csp</groupId>
62
65
<artifactId>sentinel-core</artifactId>
63
-
<version>1.8.4</version>
66
+
<version>1.8.5</version>
64
67
</dependency>
65
68
```
66
69
@@ -100,7 +103,7 @@ rules.add(rule);
100
103
FlowRuleManager.loadRules(rules);
101
104
```
102
105
103
-
For more information, please refer to [How To Use](https://github.com/alibaba/Sentinel/wiki/How-to-Use).
106
+
For more information, please refer to [How To Use](https://sentinelguard.io/en-us/docs/basic-api-resource-rule.html).
104
107
105
108
### 4. Check the Result
106
109
@@ -120,9 +123,9 @@ p stands for incoming request, block for blocked by rules, s for success handled
120
123
121
124
This shows that the demo can print "hello world" 20 times per second.
122
125
123
-
More examples and information can be found in the [How To Use](https://github.com/alibaba/Sentinel/wiki/How-to-Use) section.
126
+
More examples and information can be found in the [How To Use](https://sentinelguard.io/en-us/docs/basic-api-resource-rule.html) section.
124
127
125
-
The working principles of Sentinel can be found in [How it works](https://github.com/alibaba/Sentinel/wiki/How-it-works) section.
128
+
The working principles of Sentinel can be found in [How it works](https://sentinelguard.io/en-us/docs/basic-implementation.html) section.
126
129
127
130
Samples can be found in the [sentinel-demo](https://github.com/alibaba/Sentinel/tree/master/sentinel-demo) module.
128
131
@@ -139,7 +142,7 @@ For details please refer to [Dashboard](https://github.com/alibaba/Sentinel/wiki
139
142
## Trouble Shooting and Logs
140
143
141
144
Sentinel will generate logs for troubleshooting and real-time monitoring.
142
-
All the information can be found in [logs](https://github.com/alibaba/Sentinel/wiki/Logs).
145
+
All the information can be found in [logs](https://sentinelguard.io/en-us/docs/logs.html).
0 commit comments