mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-07 18:37:56 -05:00
shorter name for the instrumentation library
this name is encoded a lot (in most batches) and can visually clutter visualisation of spans.
This commit is contained in:
parent
9ba1719795
commit
e2af52ebb0
1 changed files with 1 additions and 1 deletions
|
|
@ -408,7 +408,7 @@ module Globals = struct
|
||||||
let service_instance_id = ref None
|
let service_instance_id = ref None
|
||||||
|
|
||||||
let instrumentation_library =
|
let instrumentation_library =
|
||||||
default_instrumentation_scope ~version:"0.2" ~name:"ocaml-opentelemetry" ()
|
default_instrumentation_scope ~version:"0.2" ~name:"ocaml-otel" ()
|
||||||
|
|
||||||
(** Global attributes, initially set
|
(** Global attributes, initially set
|
||||||
via OTEL_RESOURCE_ATTRIBUTES and modifiable
|
via OTEL_RESOURCE_ATTRIBUTES and modifiable
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue