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
Copy file name to clipboardExpand all lines: README.md
+12-1
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,7 @@ try {
76
76
}
77
77
```
78
78
79
-
So far the code modification is done.
79
+
So far the code modification is done. We also provide [annotation support module](https://github.com/alibaba/Sentinel/blob/master/sentinel-extension/sentinel-annotation-aspectj/README.md) to define resource easier.
80
80
81
81
### 3. Define Rules
82
82
@@ -93,6 +93,8 @@ rules.add(rule);
93
93
FlowRuleManager.loadRules(rules);
94
94
```
95
95
96
+
For more information, please refer to [How To Use](https://github.com/alibaba/Sentinel/wiki/How-to-Use).
97
+
96
98
### 4. Check the Result
97
99
98
100
After running the demo for a while, you can see the following records in `~/logs/csp/${appName}-metrics.log`.
@@ -144,3 +146,12 @@ These are only part of the companies using Sentinel, for reference only. If you
Copy file name to clipboardExpand all lines: sentinel-transport/sentinel-transport-common/src/main/java/com/alibaba/csp/sentinel/transport/config/TransportConfig.java
Copy file name to clipboardExpand all lines: sentinel-transport/sentinel-transport-netty-http/src/main/java/com/alibaba/csp/sentinel/transport/heartbeat/HttpHeartbeatSender.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ public boolean sendHeartbeat() throws Exception {
Copy file name to clipboardExpand all lines: sentinel-transport/sentinel-transport-simple-http/src/main/java/com/alibaba/csp/sentinel/transport/command/SimpleHttpCommandCenter.java
Copy file name to clipboardExpand all lines: sentinel-transport/sentinel-transport-simple-http/src/main/java/com/alibaba/csp/sentinel/transport/heartbeat/HeartbeatMessage.java
0 commit comments