Eric Zhao
eed77cafc2
Polish placeholders in logging content to slf4j convention ( #1342 )
* Polish placeholders in logging content to "{}"
Signed-off-by: Eric Zhao <sczyh16@gmail.com>
4年前
Eric Zhao
e4769293dc
Move CommandCenterLog to sentinel-transport-common and polish related code ( #1341 )
Signed-off-by: Eric Zhao <sczyh16@gmail.com>
4年前
Eric Zhao
624d19d4ce
Polish logging SPI related code and add general JUL adapter for Logger SPI ( #1338 )
* Move the legacy JUL methods from LogBase to BaseJulLogger.
* Add a JavaLoggingAdapter as the general JUL adapter for the Logger SPI, which makes it convenient to use (as the default logger).
* Add LoggerSpiProvider to resolve Logger SPI.
* Polish the logback demo.
Signed-off-by: Eric Zhao <sczyh16@gmail.com>
4年前
Eric Zhao
22df09b427
Polish code of transport command centers and heartbeat senders
Signed-off-by: Eric Zhao <sczyh16@gmail.com>
4年前
Eric Zhao
0536fb6846
Polish code and demo of Sentinel Zuul 2.x adapter
Signed-off-by: Eric Zhao <sczyh16@gmail.com>
4年前
tao.zhang
5b9865db1c
Add gateway adapter for Zuul 2.x ( #1138 )
- also add demo for Zuul 2.x adapter
4年前
Jason Joo
05e3caf618
Fix the parsing issue in large post request for sentinel-transport-simple-http ( #1255 )
4年前
cdfive
2c2f60cf58
Add "web-context-unify" config in Spring WebMVC adapter to support "chain" relation flow strategy ( #1328 )
4年前
Olof
51331879af
doc: Update JDK requirement of the dashboard in README.md ( #1316 )
* Following discussions in https://github.com/alibaba/Sentinel/issues/1315
4年前
jy2156121
09970cd380
dashboard: Support setting value pattern for client IP and host in gateway flow rule dialog ( #1325 )
4年前
Lin.Liang
80d5c8b484
Enhance reliability and performance of InMemoryMetricsRepository ( #1319 )
* Fix InMemoryMetricsRepository can't keep the last five minutes metrics data problem and Improve read-write performance
* Use TimeUtil.currentTimeMillis() replace System.currentTimeMillis() for better performance
4年前
tianhao
6e0d116751
calculate process cpu usage to support application running in container environment
5年前
Lin.Liang
72bfe870cb
Improve the logs when the heartbeat response indicates failure ( #1303 )
4年前
Eric Zhao
d07d17b4ca
Polish code and document of sentinel-sofa-rpc-adapter
Signed-off-by: Eric Zhao <sczyh16@gmail.com>
4年前
cdfive
18acb1d154
Add Sentinel SOFARPC adapter module ( #1307 )
4年前
Jason Joo
cd1d9be0ea
refactor: Migrate the console server's specifying logic into sentinel-transport-common ( #926 )
4年前
于玉桔
2bdeccf723
Fix Dubbo 2.7.5 compatibility problem of sentinel-apache-dubbo-adapter ( #1296 )
4年前
xue8
5f203aa79f
Flexible loggers' support through SPI mechanism with name `com.alibaba.csp.sentinel.log.Logger` ( #1265 )
* There are two types of logger for command center and common modules specified by annotation of `LogTarget`
* Add implementing examples in `sentinel-demo/sentinel-demo-log-logback`
* All implementations should support placeholder '{}'
4年前
cdfive
c1ff9135ee
Fix NPE in Tracer when context size exceeds the limit ( #1293 )
4年前
mantuliu
f3b1b126c8
Improve singleton logic in SendMetricCommandHandler ( #1294 )
4年前
Jason Joo
c5071550fa
dashboard: Improve the compatibility on the Content-Type header of POST request ( #1260 )
* Better compatibility of the dashboard to legacy and new sentinel-transport-simple-http (on Content-Type header), related to #1207
4年前
echooymxq
b136848873
Adjust the order of slots in HotParamSlotChainBuilder ( #1246 )
4年前
xue8
70b66046a9
demo: Avoid hard-coded file separator in sentinel-demo-dynamic-file-rule module ( #1247 )
4年前
echooymxq
9cc52706f5
Polish code in Dubbo adapter and use Dubbo common constants ( #1245 )
4年前
Eric Zhao
fe23d5c11f
test: Improve test cases in sentinel-apache-dubbo-adapter module
Signed-off-by: Eric Zhao <sczyh16@gmail.com>
5年前
Eric Zhao
87142ce512
Bump version to 1.7.2-SNAPSHOT
Signed-off-by: Eric Zhao <sczyh16@gmail.com>
5年前
Eric Zhao
9c909e3631
Bump version to 1.7.1
Signed-off-by: Eric Zhao <sczyh16@gmail.com>
5年前
Eric Zhao
e9d730cc39
test: Fix unstable test cases in MetricExitCallbackTest
Signed-off-by: Eric Zhao <sczyh16@gmail.com>
5年前
Eric Zhao
f6badb0622
Improve logs in HttpEventTask of sentinel-transport-simple-http module
Signed-off-by: Eric Zhao <sczyh16@gmail.com>
5年前
Mr.Z
47100e64ba
Improve async invocation support in sentinel-apache-dubbo-adapter ( #1124 )
* Improve async support for Dubbo 2.7.2 and above (not compatible with 2.7.0 and 2.7.1 due to the bad compatibility design of Dubbo Filter)
5年前
Eric Zhao
a5d6773cbc
dashboard: Improve error handling in FlowController and update sample WebConfig
Signed-off-by: Eric Zhao <sczyh16@gmail.com>
5年前
fangwentong
0e110c68ea
Fix the logic of getting maxSuccessQps in StatisticNode ( #1196 )
5年前
zhenxianyimeng
50f3080add
Fix content-type parsing bug in transport module and support UTF-8 encoding in SentinelApiClient ( #1207 )
* Fix content-type parsing bug in `sentinel-transport-simple-http` module
* Change the charset of UrlEncodedFormEntity to UTF-8 in SentinelApiClient of the dashboard to support non-ASCII characters
5年前
Eric Zhao
a63c1841ee
Support setting config file path via system env and improve error handling in SentinelConfigLoader
Signed-off-by: Eric Zhao <sczyh16@gmail.com>
5年前
Liao, Hong-Jie
00dbb5ca3e
doc: Add blog post to awesome-sentinel.md ( #1195 )
5年前
Eric Zhao
9d02e84674
Improve logic for configuring the heartbeat API path in TransportConfig
Signed-off-by: Eric Zhao <sczyh16@gmail.com>
5年前
nick.tan
9beb655b42
Support configuration for the heartbeat API path in transport module ( #515 )
5年前
Eric Zhao
49861f4ad5
dashboard: Improve authentication and authorization filter
Signed-off-by: Eric Zhao <sczyh16@gmail.com>
5年前
Roshi
e8a01e2e17
dashboard: Improve the ACL checking mechanism ( #1042 )
* Add `@AuthAction` annotation support
5年前
Eric Zhao
20ad3c8f79
Improve code and demo for sentinel-spring-webmvc-adapter module
Signed-off-by: Eric Zhao <sczyh16@gmail.com>
5年前
kaizi2009
b14534fb35
Add Sentinel Spring Web MVC adapter module ( #1104 )
- Add sentinel-spring-webmvc-adapter module and demo
5年前
Eric Zhao
c70565167f
refactor: Get the max allowed RT directly from SentinelConfig.statisticMaxRt() ( #1173 )
- to avoid the dependency chain: Constants -> SentinelConfig
Signed-off-by: Eric Zhao <sczyh16@gmail.com>
5年前
于玉桔
24f8d75601
Fix the incorrect logic of handling the end separator of the log directory in LogBase ( #1172 )
5年前
Eric Zhao
72a58f7ea7
Add Consumer functional interface in sentinel-core utils
Signed-off-by: Eric Zhao <sczyh16@gmail.com>
5年前
agensi
c03de043af
dashboard: fix "notZero" param typo of "clusterNode" command in SentinelApiClient ( #1155 )
5年前
Eric Zhao
9705f54611
Bump version to 1.7.1-SNAPSHOT
Signed-off-by: Eric Zhao <sczyh16@gmail.com>
5年前
Eric Zhao
d45ceb06dc
Update README.md
Signed-off-by: Eric Zhao <sczyh16@gmail.com>
5年前
Eric Zhao
8cdf1de854
Bump version to 1.7.0
Signed-off-by: Eric Zhao <sczyh16@gmail.com>
5年前
Eric Zhao
275041403d
Update resource classification in SentinelWebFluxFilter and improve reactor EntryConfig
Signed-off-by: Eric Zhao <sczyh16@gmail.com>
5年前
Eric Zhao
9c268bd89a
Add Docker/k8s sample for Sentinel RLS token server and update document
Signed-off-by: Eric Zhao <sczyh16@gmail.com>
5年前