We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79904a3 commit 8ef069fCopy full SHA for 8ef069f
instrumentation/net/http/otelhttp/handler.go
@@ -226,7 +226,7 @@ func (h *middleware) metricAttributesFromRequest(r *http.Request) []attribute.Ke
226
// with HTTP route attribute.
227
//
228
// Deprecated: spans are automatically annotated with the route attribute.
229
-// To annotate metrics, use the `WithMetricAttributesFn` option.
+// To annotate metrics, use the [WithMetricAttributesFn] option.
230
func WithRouteTag(route string, h http.Handler) http.Handler {
231
attr := semconv.NewHTTPServer(nil).Route(route)
232
return http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
0 commit comments