diff --git a/dev/opentelemetry/Opentelemetry/Collector/module-type-BACKEND/index.html b/dev/opentelemetry/Opentelemetry/Collector/module-type-BACKEND/index.html index b849f288..760e465c 100644 --- a/dev/opentelemetry/Opentelemetry/Collector/module-type-BACKEND/index.html +++ b/dev/opentelemetry/Opentelemetry/Collector/module-type-BACKEND/index.html @@ -1,2 +1,2 @@ -
Collector.BACKENDCollector client interface.
val send_trace : Proto.Trace.resource_spans list senderval send_metrics : Proto.Metrics.resource_metrics list senderSignal the backend that it should emit GC metrics when it has the chance. This should be installed in a GC alarm or another form of regular trigger.
Give the collector the list of callbacks to be executed when tick() is called. Each such callback should be short and reentrant. Depending on the collector's implementation, it might be called from a thread that is not the one that called on_tick.
Collector.BACKENDCollector client interface.
val send_trace : Proto.Trace.resource_spans list senderval send_metrics : Proto.Metrics.resource_metrics list senderSignal the backend that it should emit GC metrics when it has the chance. This should be installed in a GC alarm or another form of regular trigger.
Give the collector the list of callbacks to be executed when tick() is called. Each such callback should be short and reentrant. Depending on the collector's implementation, it might be called from a thread that is not the one that called on_tick.
Opentelemetry.LockGlobal lock
Set a pair of lock/unlock functions that are used to protect access to global state, if needed. By default these do nothing.
Call f() while holding the mutex defined set_mutex, then release the mutex.
Opentelemetry.Rand_bytesGeneration of random identifiers
OpentelemetryOpentelemetry types and instrumentation
module Proto : sig ... endProtobuf types
module Timestamp_ns : sig ... endUnix timestamp.
module Collector : sig ... endCollector types
module Util_ : sig ... endmodule Trace_id : sig ... endTrace ID.
module Span_id : sig ... endUnique ID of a span.
module Conventions : sig ... endtype key_value = string * valuemodule Globals : sig ... endProcess-wide metadata, environment variables, etc.
module Event : sig ... endEvents.
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.
module Logs : sig ... endmodule 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 Proto : sig ... endProtobuf types
module Timestamp_ns : sig ... endUnix timestamp.
module Collector : sig ... endCollector types
module Util_ : sig ... endmodule Trace_id : sig ... endTrace ID.
module Span_id : sig ... endUnique ID of a span.
module Conventions : sig ... endtype key_value = string * valuemodule Globals : sig ... endProcess-wide metadata, environment variables, etc.
module Event : sig ... endEvents.
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.
module Logs : sig ... endmodule Trace_context : sig ... endImplementation of the W3C Trace Context spec
module GC_metrics : sig ... endExport GC metrics.