-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstart-app.bat
25 lines (22 loc) · 932 Bytes
/
start-app.bat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
REM -Dotel.traces.exporter=zipkin ^
REM -Dotel.exporter.zipkin.endpoint=https://tracing-tst.belwired.net/api/v2/spans ^
REM -Dotel.traces.exporter=otlp ^
REM -Dotel.exporter.otlp.traces.protocol=http/protobuf ^
REM -Dotel.exporter.otlp.traces.endpoint=https://tracing-tst.belwired.net/v1/traces ^
java ^
-javaagent:lib/otel/opentelemetry-javaagent.jar ^
-Dotel.resource.attributes=service.name=traces-generator ^
-Dotel.logs.exporter=none ^
-Dotel.metrics.exporter=none ^
-Dotel.traces.exporter=otlp ^
-Dotel.exporter.otlp.traces.protocol=http/protobuf ^
-Dotel.exporter.otlp.traces.endpoint=https://tracing-tst.belwired.net/v1/traces ^
-Dspring.profiles.active=local ^
-Dhttp.proxyHost=localhost ^
-Dhttp.proxyPort=3128 ^
-Dhttps.proxyHost=localhost ^
-Dhttps.proxyPort=3128 ^
-Dhttps.proxySet=true ^
-Dhttp.proxySet=true ^
-Djava.net.useSystemProxies=true ^
-jar target/traces-generator-0.0.1-SNAPSHOT.jar