Adding Zipkin collector to the E2E opentracing test as it is required to load at least one tracer to enable opentracing
Work on PR comments Add tests for template builder Signed-off-by: Bernard Van De Walle <bernard.vandewalle@getcruise.com>
This commit is contained in:
parent
2baca9e32a
commit
f3537204d2
4 changed files with 38 additions and 20 deletions
|
|
@ -276,16 +276,6 @@ http {
|
|||
limit_req_status {{ $cfg.LimitReqStatusCode }};
|
||||
limit_conn_status {{ $cfg.LimitConnStatusCode }};
|
||||
|
||||
{{ if $cfg.EnableOpentracing }}
|
||||
opentracing on;
|
||||
{{ if not (empty $cfg.OpentracingOperationName) }}
|
||||
opentracing_operation_name "{{ $cfg.OpentracingOperationName }}";
|
||||
{{ end }}
|
||||
{{ if not (empty $cfg.OpentracingLocationOperationName) }}
|
||||
opentracing_location_operation_name "{{ $cfg.OpentracingLocationOperationName }}";
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
||||
{{ buildOpentracing $cfg $servers }}
|
||||
|
||||
include /etc/nginx/mime.types;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue