Grzegorz Kocjan

Results 1 comments of Grzegorz Kocjan

If you are using Azure App Insights is also good to add `HTTP_ROUTE` because it is used to group requests in performance view. For example: ```python tracer.add_attribute_to_current_span(HTTP_ROUTE, str(request.url.path)) ```