The Sentinel Dashboard provides a centralized interface for managing flow control and circuit breaking rules. It supports machine self-discovery, cluster point link self-discovery, monitoring, and rule configuration.
Compilation
Use Maven to package the code into a fat jar:
mvn clean package
Startup
Start the compiled dashboard using the following command. Note that this specific build includes CommonFilter to allow the dashboard itself to be protected by Sentinel flow control.
java -Dserver.port=8080 \
-Dcsp.sentinel.dashboard.server=localhost:8080 \
-Dproject.name=sentinel-dashboard \
-jar target/sentinel-dashboard.jar
Once started, access the dashboard via a browser at localhost:8080.