Add EUM pageload support via nginx.conf

This commit is contained in:
Michele Mancioppi
2019-09-10 13:17:40 +02:00
parent c51acba9ab
commit 3b7b948f96

View File

@@ -67,6 +67,8 @@ http {
opentracing_trace_locations off;
opentracing_propagate_context;
opentracing_tag "resource.name" "static_resources";
add_header "server-timing" "intid;desc=${opentracing_context_x_instana_t}";
}
}