@@ -72,12 +72,9 @@ services:
7272 - SOLR_OPTS=-XX:-UseLargePages
7373 - SOLR_HEAP=1g
7474 - ZK_HOST=zoo1:2181,zoo2:2181,zoo3:2181
75- - JAEGER_SERVICE_NAME=solr1 # not working ;-(
76- - JAEGER_SAMPLER_TYPE=const
77- - JAEGER_SAMPLER_PARAM=${JAEGER_SAMPLER_PARAM}
78- - JAEGER_AGENT_HOST=jaeger
79- - JAEGER_AGENT_PORT=5775
80- - " SOLR_OPTS=-Dsolr.auth.jwt.allowOutboundHttp=true -Dsolr.modules=jwt-auth,jaegertracer-configurator"
75+ - OTEL_SERVICE_NAME=solr
76+ - OTEL_SDK_DISABLED=${OTEL_SDK_DISABLED}
77+ - " SOLR_OPTS=-Dsolr.auth.jwt.outbound.http.enabled=true -Dsolr.modules=jwt-auth,opentelemetry"
8178 depends_on :
8279 - zoo1
8380 - zoo2
@@ -93,12 +90,9 @@ services:
9390 - SOLR_OPTS=-XX:-UseLargePages
9491 - SOLR_HEAP=1g
9592 - ZK_HOST=zoo1:2181,zoo2:2181,zoo3:2181
96- - JAEGER_SERVICE_NAME=solr2
97- - JAEGER_SAMPLER_TYPE=const
98- - JAEGER_SAMPLER_PARAM=${JAEGER_SAMPLER_PARAM}
99- - JAEGER_AGENT_HOST=jaeger
100- - JAEGER_AGENT_PORT=5775
101- - " SOLR_OPTS=-Dsolr.auth.jwt.allowOutboundHttp=true -Dsolr.modules=jwt-auth,jaegertracer-configurator"
93+ - OTEL_SERVICE_NAME=solr
94+ - OTEL_SDK_DISABLED=${OTEL_SDK_DISABLED}
95+ - " SOLR_OPTS=-Dsolr.auth.jwt.outbound.http.enabled=true -Dsolr.modules=jwt-auth,opentelemetry"
10296 depends_on :
10397 - zoo1
10498 - zoo2
@@ -114,12 +108,9 @@ services:
114108 - SOLR_OPTS=-XX:-UseLargePages
115109 - SOLR_HEAP=1g
116110 - ZK_HOST=zoo1:2181,zoo2:2181,zoo3:2181
117- - JAEGER_SERVICE_NAME=solr3
118- - JAEGER_SAMPLER_TYPE=const
119- - JAEGER_SAMPLER_PARAM=${JAEGER_SAMPLER_PARAM}
120- - JAEGER_AGENT_HOST=jaeger
121- - JAEGER_AGENT_PORT=5775
122- - " SOLR_OPTS=-Dsolr.auth.jwt.allowOutboundHttp=true -Dsolr.modules=jwt-auth,jaegertracer-configurator"
111+ - OTEL_SERVICE_NAME=solr
112+ - OTEL_SDK_DISABLED=${OTEL_SDK_DISABLED}
113+ - " SOLR_OPTS=-Dsolr.auth.jwt.outbound.http.enabled=true -Dsolr.modules=jwt-auth,opentelemetry"
123114 depends_on :
124115 - zoo1
125116 - zoo2
0 commit comments