We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a12b2b commit 37604d1Copy full SHA for 37604d1
1 file changed
web.ml
@@ -302,7 +302,7 @@ module Http (IO : IO_TYPE) (Curl_IO : CURL with type 'a t = 'a IO.t) : HTTP with
302
]
303
in
304
let explicit_span =
305
- let span_name = Printf.sprintf "%s %s" action_name url in
+ let span_name = Printf.sprintf "devkit.web.%s" action_name in
306
(* We set the value of `__FUNCTION__` to preserve the build with OCaml < 4.12. *)
307
Possibly_otel.enter_manual_span
308
~__FUNCTION__:"Devkit.Web.Http.http_request'" ~__FILE__ ~__LINE__ ~data:describe span_name in
0 commit comments