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-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
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
0 commit comments