From 1d3d63b3d6ef85d658c96f463d44f33029de9cc7 Mon Sep 17 00:00:00 2001 From: Goutham Veeramachaneni Date: Mon, 25 Sep 2023 16:49:20 +0200 Subject: [PATCH] Update span name recommendation for HTTP Server (#287) Signed-off-by: Goutham Co-authored-by: Trask Stalnaker Co-authored-by: Johannes Tax Co-authored-by: Josh Suereth --- docs/http/http-spans.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/http/http-spans.md b/docs/http/http-spans.md index 914a859f0..044908921 100644 --- a/docs/http/http-spans.md +++ b/docs/http/http-spans.md @@ -368,10 +368,6 @@ This span type represents an inbound HTTP request. For an HTTP server span, `SpanKind` MUST be `Server`. -Given an inbound request for a route (e.g. `"/users/:userID?"`) the `name` attribute of the span SHOULD be set to this route. - -If the route cannot be determined, the `name` attribute MUST be set as defined in the general semantic conventions for HTTP. - | Attribute | Type | Description | Examples | Requirement Level | |---|---|---|---|---|