From e2af52ebb0311e34988fb26ffeb3da6cefea63d7 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Wed, 30 Aug 2023 15:33:37 -0400 Subject: [PATCH] shorter name for the instrumentation library this name is encoded a lot (in most batches) and can visually clutter visualisation of spans. --- src/opentelemetry.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/opentelemetry.ml b/src/opentelemetry.ml index 38dc60e4..411b1e20 100644 --- a/src/opentelemetry.ml +++ b/src/opentelemetry.ml @@ -408,7 +408,7 @@ module Globals = struct let service_instance_id = ref None 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 via OTEL_RESOURCE_ATTRIBUTES and modifiable