diff --git a/opentelemetry/Opentelemetry/Conventions/index.html b/opentelemetry/Opentelemetry/Conventions/index.html index dbb5bea4..a76ff88a 100644 --- a/opentelemetry/Opentelemetry/Conventions/index.html +++ b/opentelemetry/Opentelemetry/Conventions/index.html @@ -1,2 +1,2 @@ -
Opentelemetry.Conventionsmodule Attributes : sig ... endmodule Metrics : sig ... endOpentelemetry.ConventionsSemantic conventions
module Attributes : sig ... endmodule Metrics : sig ... endOpentelemetry.Span_ctxSpan context. This bundles up a trace ID and parent ID.
https://opentelemetry.io/docs/specs/otel/trace/api/#spancontext
val make : trace_id:Trace_id.t -> parent_id:Span_id.t -> unit -> tval dummy : tInvalid span context, to be used as a placeholder
val is_valid : t -> boolval trace_id : t -> Trace_id.tval is_remote : t -> boolval to_w3c_trace_context : t -> bytesval of_w3c_trace_context_exn : bytes -> tOpentelemetry.Span_ctxSpan context. This bundles up a trace ID and parent ID.
https://opentelemetry.io/docs/specs/otel/trace/api/#spancontext
val make : trace_id:Trace_id.t -> parent_id:Span_id.t -> unit -> tval dummy : tInvalid span context, to be used as a placeholder
val is_valid : t -> boolval trace_id : t -> Trace_id.tval is_remote : t -> boolval to_w3c_trace_context : t -> bytesval of_w3c_trace_context_exn : bytes -> tOpentelemetryOpentelemetry types and instrumentation
module Lock : sig ... endGlobal lock.
module Rand_bytes : sig ... endGeneration of random identifiers.
module AList : sig ... endAtomic list, for internal usage
module Proto = Opentelemetry_protoProtobuf types.
module Timestamp_ns : sig ... endUnix timestamp.
module Collector : sig ... endCollector types
module Trace_id : sig ... endTrace ID.
val k_trace_id : Trace_id.t Hmap.keyHmap key to carry around a Trace_id.t, to remember what the current trace is.
module Span_id : sig ... endUnique ID of a span.
module Span_ctx : sig ... endSpan context. This bundles up a trace ID and parent ID.
val k_span_ctx : Span_ctx.t Hmap.keyHmap key to carry around a Span_ctx.t, e.g. to remember what the current parent span is.
module Conventions : sig ... endtype key_value = string * valuemodule Globals : sig ... endProcess-wide metadata, environment variables, etc.
module Event : sig ... endEvents.
module Scope : sig ... endScopes.
module Span_link : sig ... endSpan Link
module Span : sig ... endSpans.
module Trace : sig ... endTraces.
module Metrics : sig ... endMetrics.
module Logs : sig ... endLogs.
module Metrics_callbacks : sig ... endA set of callbacks that produce metrics when called. The metrics are automatically called regularly.
module Trace_context : sig ... endImplementation of the W3C Trace Context spec
module GC_metrics : sig ... endExport GC metrics.
OpentelemetryOpentelemetry types and instrumentation
module Lock : sig ... endGlobal lock.
module Rand_bytes : sig ... endGeneration of random identifiers.
module AList : sig ... endAtomic list, for internal usage
module Proto = Opentelemetry_protoProtobuf types.
module Timestamp_ns : sig ... endUnix timestamp.
module Collector : sig ... endCollector types
module Trace_id : sig ... endTrace ID.
val k_trace_id : Trace_id.t Hmap.keyHmap key to carry around a Trace_id.t, to remember what the current trace is.
module Span_id : sig ... endUnique ID of a span.
module Span_ctx : sig ... endSpan context. This bundles up a trace ID and parent ID.
val k_span_ctx : Span_ctx.t Hmap.keyHmap key to carry around a Span_ctx.t, e.g. to remember what the current parent span is.
module Conventions : sig ... endSemantic conventions
A value in a key/value attribute
type key_value = string * valuemodule Globals : sig ... endProcess-wide metadata, environment variables, etc.
module Event : sig ... endEvents.
module Scope : sig ... endScopes.
module Span_link : sig ... endSpan Link
module Span : sig ... endSpans.
module Trace : sig ... endTraces.
module Metrics : sig ... endMetrics.
module Metrics_callbacks : sig ... endA set of callbacks that produce metrics when called. The metrics are automatically called regularly.
module Logs : sig ... endLogs.
module Trace_context : sig ... endImplementation of the W3C Trace Context spec
module GC_metrics : sig ... endExport GC metrics.