File tree 3 files changed +18
-20
lines changed
3 files changed +18
-20
lines changed Original file line number Diff line number Diff line change 99
99
app.service.namespace=${APPLICATION_SERVICE_NAMESPACE:default}
100
100
app.service.group=${APPLICATION_SERVICE_GROUP:default}
101
101
app.service.gateway=${APPLICATION_SERVICE_GATEWAY:NONE}
102
- app.service.weight=${APPLICATION_SERVICE_WEIGHT:}
102
+ app.service.weight=${APPLICATION_SERVICE_WEIGHT:100 }
103
103
app.service.warmupDuration=${APPLICATION_SERVICE_WARMUP_DURATION:}
104
104
app.location.cloud=${APPLICATION_LOCATION_CLOUD:}
105
105
app.location.region=${APPLICATION_LOCATION_REGION:}
@@ -166,21 +166,20 @@ data:
166
166
- grpc
167
167
- httpclient
168
168
- jdk
169
- - jmq
170
- - jsf
171
169
- kafka
172
- - okhttp
173
- - netty
174
- - phevos
175
- - rocketmq
176
- - shenyu
177
- - sofarpc
178
- - spring
179
170
- mariadb
180
171
- mongodb
172
+ - nacos
173
+ - netty
174
+ - okhttp
181
175
- opengauss
182
176
- postgresql
177
+ - pulsar
178
+ - rabbitmq
183
179
- redis
180
+ - rocketmq
181
+ - sofarpc
182
+ - spring
184
183
disables: null
185
184
dynamics: null
186
185
profiles:
@@ -322,7 +321,7 @@ data:
322
321
cleanInterval: 30000
323
322
expireTime: 60000
324
323
monitor:
325
- forwardEnabled: ${CONFIG_MONITOR_FORWARD_TRAFFIC_ENABLED:}
324
+ forwardEnabled: ${CONFIG_MONITOR_FORWARD_TRAFFIC_ENABLED:true }
326
325
rejectEnabled: true
327
326
live:
328
327
fallbackLocationIfNoSpace: ${CONFIG_FALLBACK_LOCATION_IF_NO_SPACE:false}
Original file line number Diff line number Diff line change @@ -36,21 +36,20 @@ agent:
36
36
- grpc
37
37
- httpclient
38
38
- jdk
39
- - jmq
40
- - jsf
41
39
- kafka
42
- - okhttp
43
- - netty
44
- - phevos
45
- - rocketmq
46
- - shenyu
47
- - sofarpc
48
- - spring
49
40
- mariadb
50
41
- mongodb
42
+ - nacos
43
+ - netty
44
+ - okhttp
51
45
- opengauss
52
46
- postgresql
47
+ - pulsar
48
+ - rabbitmq
53
49
- redis
50
+ - rocketmq
51
+ - sofarpc
52
+ - spring
54
53
disables : null
55
54
dynamics : null
56
55
profiles :
You can’t perform that action at this time.
0 commit comments