Skip to content

Commit

Permalink
Update nginx configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimf5 committed Nov 13, 2024
1 parent e0c48f7 commit dca68e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_otel.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
http {
{{ test_globals_http }}
ssl_certificate_key localhost.key;
ssl_certificate localhost.crt;
ssl_certificate_key localhost.key;
otel_exporter {
endpoint 127.0.0.1:{{ port }};
Expand All @@ -33,9 +33,9 @@
batch_count 2;
}
otel_trace on;
otel_service_name {{ name }};
otel_resource_attr my.name "my {{ name }}";
otel_trace on;
add_header "X-Otel-Trace-Id" $otel_trace_id;
add_header "X-Otel-Span-Id" $otel_span_id;
Expand Down

0 comments on commit dca68e6

Please sign in to comment.