summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_http_error.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nxt_http_error.c')
-rw-r--r--src/nxt_http_error.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/nxt_http_error.c b/src/nxt_http_error.c
index 370b12db..4cafb872 100644
--- a/src/nxt_http_error.c
+++ b/src/nxt_http_error.c
@@ -6,6 +6,7 @@
#include <nxt_router.h>
#include <nxt_http.h>
+#include <nxt_otel.h>
static void nxt_http_request_send_error_body(nxt_task_t *task, void *r,
@@ -55,6 +56,10 @@ nxt_http_request_error(nxt_task_t *task, nxt_http_request_t *r,
r->resp.content_length = NULL;
r->resp.content_length_n = NXT_HTTP_ERROR_LEN;
+#if (NXT_HAVE_OTEL)
+ nxt_otel_request_error_path(task, r);
+#endif
+
r->state = &nxt_http_request_send_error_body_state;
nxt_http_request_header_send(task, r,