Skip to content

Commit 2072244

Browse files
committed
adjust otel config
1 parent 0f36823 commit 2072244

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/imageprovider/nginx.conf.template

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ http {
99
endpoint ${OTEL_COLLECTOR_HOST}:${OTEL_COLLECTOR_PORT_GRPC};
1010
}
1111
otel_trace on;
12-
otel_trace_context extract;
12+
otel_trace_context propagate;
1313
otel_service_name ${OTEL_SERVICE_NAME};
14+
otel_span_name imageprovider;
1415

1516

1617
include mime.types;

0 commit comments

Comments
 (0)