diff --git a/dev/opentelemetry/Opentelemetry/Conventions/Attributes/Service/index.html b/dev/opentelemetry/Opentelemetry/Conventions/Attributes/Service/index.html index 411b13dd..f84b646e 100644 --- a/dev/opentelemetry/Opentelemetry/Conventions/Attributes/Service/index.html +++ b/dev/opentelemetry/Opentelemetry/Conventions/Attributes/Service/index.html @@ -1,2 +1,2 @@ -
Attributes.ServiceAttributes.ServiceOpentelemetry.GlobalsProcess-wide metadata, environment variables, etc.
val instrumentation_library : Proto.Common.instrumentation_libraryval global_attributes : Proto.Common.key_value list Stdlib.refGlobal 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_ :
+Globals (opentelemetry.Opentelemetry.Globals) Module Opentelemetry.Globals
Process-wide metadata, environment variables, etc.
val instrumentation_library : Proto.Common.instrumentation_libraryval global_attributes : Proto.Common.key_value list Stdlib.refGlobal attributes, initially set via OTEL_RESOURCE_ATTRIBUTES and modifiable by the user code. They will be attached to each outgoing metrics/traces.
val add_global_attribute : string -> value -> unitAdd a global attribute
val merge_global_attributes_ :
Proto.Common.key_value list ->
Proto.Common.key_value list