Configure NGINX to group all static resources into one endpoint
This commit is contained in:
@@ -67,6 +67,7 @@ http {
|
|||||||
opentracing_trace_locations off;
|
opentracing_trace_locations off;
|
||||||
opentracing_propagate_context;
|
opentracing_propagate_context;
|
||||||
opentracing_tag "resource.name" "static_resources";
|
opentracing_tag "resource.name" "static_resources";
|
||||||
|
opentracing_tag "endpoint" "static_resources";
|
||||||
|
|
||||||
add_header "server-timing" "intid;desc=${opentracing_context_x_instana_t}";
|
add_header "server-timing" "intid;desc=${opentracing_context_x_instana_t}";
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user