Skip to content

Commit 1ffba52

Browse files
ratkokostovctomc
authored andcommitted
Make OTLP protocol configurable via environment variable.
1 parent 950f08d commit 1ffba52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/application.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ subscription.collection.redis.ttl=86400
1010
subscription.cleanup.interval=${SUBS_CLEAN_INTERVAL:PT10M}
1111

1212
quarkus.otel.exporter.otlp.traces.endpoint=${OTLP_ENDPOINT:http://localhost:4318}
13-
quarkus.otel.exporter.otlp.traces.protocol=http/protobuf
13+
quarkus.otel.exporter.otlp.traces.protocol=${OTLP_PROTOCOL:http/protobuf}
1414
quarkus.otel.enabled=false
1515
%prod.quarkus.otel.enabled=true
1616

0 commit comments

Comments
 (0)