mirror of
https://gitee.com/huoyo/ko-time.git
synced 2025-12-07 01:08:26 +08:00
update docs
This commit is contained in:
parent
975c2f624d
commit
80eee8ba1a
@ -18,7 +18,7 @@ Add some options in `application.properties`
|
|||||||
* Required options
|
* Required options
|
||||||
|
|
||||||
>
|
>
|
||||||
> ko-time.pointcut=`execution(public * com.huoyo..*.*(..))` # monitoring scope(refer to aop's @pointcut
|
> ko-time.pointcut=`execution(public * com.huoyo..*.*(..))` # monitoring scope(refer to aop's @pointcut)
|
||||||
>
|
>
|
||||||
|
|
||||||
|
|
||||||
@ -34,7 +34,7 @@ ko-time.exception-enable=true # exception detect switch,default false. added i
|
|||||||
ko-time.auth-enable=true # authentication switch,default false. added in v2.0.2
|
ko-time.auth-enable=true # authentication switch,default false. added in v2.0.2
|
||||||
ko-time.user-name=xxxx # username added in v2.0.2
|
ko-time.user-name=xxxx # username added in v2.0.2
|
||||||
ko-time.password=xxxx # password added in v2.0.2
|
ko-time.password=xxxx # password added in v2.0.2
|
||||||
ko-time.param-analyse=true # param-analyse switch default true. added in v2.0.8(you can see it when you dblclick on the method node)
|
ko-time.param-analyse=true # param-analyse switch, default true. added in v2.0.8(you can see it when you dblclick on the method node)
|
||||||
ko-time.saver=memory # a place to store data,options in {memory,database} default memory. added in v2.2.0-BETA
|
ko-time.saver=memory # a place to store data,options in {memory,database} default memory. added in v2.2.0-BETA
|
||||||
ko-time.thread-num=2 # thread-num to to store data,default 2. this value is due to the performance of cpu and database.added in v2.2.0-BETA
|
ko-time.thread-num=2 # thread-num to to store data,default 2. this value is due to the performance of cpu and database.added in v2.2.0-BETA
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user