File tree 1 file changed +12
-14
lines changed
1 file changed +12
-14
lines changed Original file line number Diff line number Diff line change 1
1
spp :
2
- enabled : ${SPP_PROBE_ENABLED:- true}
2
+ enabled : true
3
3
authentication :
4
- client_id : ${SPP_PROBE_CLIENT_ID:-test-id}
5
- client_secret : ${SPP_PROBE_CLIENT_SECRET:-test-secret}
6
- tenant_id : ${SPP_PROBE_TENANT_ID:-test-tenant}
7
- probe_id : ${SPP_PROBE_ID:-}
8
- platform_host : ${SPP_PROBE_PLATFORM_HOST:-localhost}
9
- platform_port : ${SPP_PROBE_PLATFORM_PORT:-12800}
10
- quiet_mode : ${SPP_PROBE_QUIET_MODE:-false}
11
- install_directory : ${SPP_PROBE_INSTALL_DIRECTORY:-/tmp/spp-probe}
12
- transformed_dump_directory : ${SPP_PROBE_TRANSFORMED_DUMP_DIRECTORY:-/tmp/spp-probe/transformed-classes}
13
- wait_for_platform : ${SPP_PROBE_WAIT_FOR_PLATFORM:-true}
4
+ client_id : " test-id"
5
+ client_secret : " test-secret"
6
+ platform_host : localhost
7
+ platform_port : 12800
8
+ quiet_mode : false
9
+ install_directory : " /tmp/spp-probe"
10
+ transformed_dump_directory : " /tmp/spp-probe/transformed-classes"
11
+ wait_for_platform : true
14
12
skywalking :
15
13
logging :
16
- level : ${SW_LOGGING_LEVEL:- DEBUG}
14
+ level : DEBUG
17
15
agent :
18
- service_name : ${SW_AGENT_NAME:- spp-test-probe}
16
+ service_name : " spp-test-probe"
19
17
meter :
20
- report_interval : ${SW_METER_REPORT_INTERVAL:-5}
18
+ report_interval : 5
You can’t perform that action at this time.
0 commit comments