File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
gateway-package/src/main/resources/bin Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -74,6 +74,7 @@ dependencies {
7474 implementation libs. nimbus. jose. jwt
7575 implementation libs. spring. doc. webflux. ui
7676 implementation libs. jose4j. jwt // Signing, with support for JCA with ICSF
77+ implementation libs. opentelemetry. spring. boot. starter
7778
7879 testImplementation(testFixtures(project(" :apiml-common" )))
7980 testImplementation(testFixtures(project(" :gateway-service" )))
Original file line number Diff line number Diff line change @@ -378,6 +378,7 @@ _BPX_JOBNAME=${ZWE_zowe_job_prefix}${GATEWAY_CODE} ${JAVA_BIN_DIR}java \
378378 -Dspring.profiles.active=${ZWE_configs_spring_profiles_active:- } \
379379 -Dapiml.security.rauditx.onOidcUserIsMapped=${ZWE_configs_apiml_security_rauditx_onOidcUserIsMapped:- false} \
380380 -Dapiml.security.rauditx.oidcSourceUserPaths=${ZWE_configs_apiml_security_rauditx_oidcSourceUserPaths:- sub} \
381+ -Dotel.sdk.disabled=true \
381382 -jar " ${JAR_FILE} " &
382383
383384pid=$!
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ dependencyResolutionManagement {
4949 version(' jakartaInject' , ' 2.0.1' )
5050 version(' jakartaServlet' , ' 6.1.0' )
5151 version(' javaxAnnotation' , ' 1.3.2' )
52- version(' openTelemetry-starter' , ' 2.23.0 ' )
52+ version(' openTelemetry-starter' , ' 2.20.1 ' )
5353
5454 // Eureka requires this specific version of Jakarta JAXB bindings
5555 version(' jaxbApi' ) {
You can’t perform that action at this time.
0 commit comments