- syntax
opentracing on|off
- default:
off
- context:
http
,server
,location
Enables or disables OpenTracing for NGINX requests.
- syntax
opentracing_trace_locations on|off
- default:
on
- context:
http
,server
,location
Enables the creation of OpenTracing spans for location blocks within a request.
- syntax
opentracing_operation_name <operation_name>
- default: The name of the first location block entered.
- context:
http
,server
,location
Sets the operation name of the span for an NGINX request.
- syntax
opentracing_location_operation_name <operation_name>
- default: The name of the location block.
- context:
http
,server
,location
Sets the operation name of the span for an NGINX location block.
- syntax
opentracing_tag <key> <value>
- context:
http
,server
,location
Sets a tag
with the given key
and value
for an NGINX span.