From f95b5f8a237e8bcd4ac43a830fd47a3c69638a4f Mon Sep 17 00:00:00 2001 From: c-cube Date: Tue, 19 Apr 2022 17:38:15 +0000 Subject: [PATCH] deploy: 51cebfd383fda675c5d6489ee34e5ac5d9d142ac --- dev/opentelemetry/Opentelemetry/Globals/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/opentelemetry/Opentelemetry/Globals/index.html b/dev/opentelemetry/Opentelemetry/Globals/index.html index c5805182..b69b706b 100644 --- a/dev/opentelemetry/Opentelemetry/Globals/index.html +++ b/dev/opentelemetry/Opentelemetry/Globals/index.html @@ -1,5 +1,5 @@ -Globals (opentelemetry.Opentelemetry.Globals)

Module Opentelemetry.Globals

Process-wide metadata, environment variables, etc.

val service_name : string Stdlib.ref

Main service name metadata

val service_namespace : string option Stdlib.ref

Namespace for the service

val instrumentation_library : Proto.Common.instrumentation_library
val global_attributes : Proto.Common.key_value list

Global attributes, set via OTEL_RESOURCE_ATTRIBUTES

val merge_global_attributes_ : +Globals (opentelemetry.Opentelemetry.Globals)

Module Opentelemetry.Globals

Process-wide metadata, environment variables, etc.

val service_name : string Stdlib.ref

Main service name metadata

val service_namespace : string option Stdlib.ref

Namespace for the service

val instrumentation_library : Proto.Common.instrumentation_library
val global_attributes : Proto.Common.key_value list Stdlib.ref

Global attributes, initially set via OTEL_RESOURCE_ATTRIBUTES and modifiable by the user code. They will be attached to each outgoing metrics/traces.

val merge_global_attributes_ : Proto.Common.key_value list -> Proto.Common.key_value list
val mk_attributes : ?service_name:string ->