diff --git a/opentelemetry-client-ocurl/_doc-dir/CHANGES.md b/opentelemetry-client-ocurl/_doc-dir/CHANGES.md index bfb70f15..ac180129 100644 --- a/opentelemetry-client-ocurl/_doc-dir/CHANGES.md +++ b/opentelemetry-client-ocurl/_doc-dir/CHANGES.md @@ -1,3 +1,12 @@ + +## 0.8 + +- feat: add dep on `hmap`, add standard keys to carry around a span context or trace id +- add semantic conventions for code and HTTP + +- better debug message in curl backend +- make otel-trace a bit more lightweight + ## 0.7 - add Span_link.of_span_ctx, Scope.to_span_ctx, dummy values diff --git a/opentelemetry-cohttp-lwt/_doc-dir/CHANGES.md b/opentelemetry-cohttp-lwt/_doc-dir/CHANGES.md index bfb70f15..ac180129 100644 --- a/opentelemetry-cohttp-lwt/_doc-dir/CHANGES.md +++ b/opentelemetry-cohttp-lwt/_doc-dir/CHANGES.md @@ -1,3 +1,12 @@ + +## 0.8 + +- feat: add dep on `hmap`, add standard keys to carry around a span context or trace id +- add semantic conventions for code and HTTP + +- better debug message in curl backend +- make otel-trace a bit more lightweight + ## 0.7 - add Span_link.of_span_ctx, Scope.to_span_ctx, dummy values diff --git a/opentelemetry-lwt/_doc-dir/CHANGES.md b/opentelemetry-lwt/_doc-dir/CHANGES.md index bfb70f15..ac180129 100644 --- a/opentelemetry-lwt/_doc-dir/CHANGES.md +++ b/opentelemetry-lwt/_doc-dir/CHANGES.md @@ -1,3 +1,12 @@ + +## 0.8 + +- feat: add dep on `hmap`, add standard keys to carry around a span context or trace id +- add semantic conventions for code and HTTP + +- better debug message in curl backend +- make otel-trace a bit more lightweight + ## 0.7 - add Span_link.of_span_ctx, Scope.to_span_ctx, dummy values diff --git a/opentelemetry/Opentelemetry/index.html b/opentelemetry/Opentelemetry/index.html index a50f0516..753b08d9 100644 --- a/opentelemetry/Opentelemetry/index.html +++ b/opentelemetry/Opentelemetry/index.html @@ -1,2 +1,2 @@ -Opentelemetry (opentelemetry.Opentelemetry)

Module Opentelemetry

Opentelemetry types and instrumentation

module Lock : sig ... end

Global lock.

module Rand_bytes : sig ... end

Generation of random identifiers.

module AList : sig ... end

Atomic list, for internal usage

Wire format

module Proto = Opentelemetry_proto

Protobuf types.

Timestamps

module Timestamp_ns : sig ... end

Unix timestamp.

Interface to data collector

module Collector : sig ... end

Collector types

Identifiers

module Trace_id : sig ... end

Trace ID.

val k_trace_id : Trace_id.t Hmap.key

Hmap key to carry around a Trace_id.t, to remember what the current trace is.

  • since NEXT_RELEASE
module Span_id : sig ... end

Unique ID of a span.

module Span_ctx : sig ... end

Span context. This bundles up a trace ID and parent ID.

val k_span_ctx : Span_ctx.t Hmap.key

Hmap key to carry around a Span_ctx.t, e.g. to remember what the current parent span is.

  • since NEXT_RELEASE

Attributes and conventions

module Conventions : sig ... end
type value = [
  1. | `Int of int
  2. | `String of string
  3. | `Bool of bool
  4. | `Float of float
  5. | `None
]
type key_value = string * value

Global settings

module Globals : sig ... end

Process-wide metadata, environment variables, etc.

Traces and Spans

module Event : sig ... end

Events.

Scopes

module Scope : sig ... end

Scopes.

Span Link

module Span : sig ... end

Spans.

module Trace : sig ... end

Traces.

Metrics

module Metrics : sig ... end

Metrics.

module Logs : sig ... end

Logs.

module Metrics_callbacks : sig ... end

A set of callbacks that produce metrics when called. The metrics are automatically called regularly.

Utils

module Trace_context : sig ... end

Implementation of the W3C Trace Context spec

module GC_metrics : sig ... end

Export GC metrics.

+Opentelemetry (opentelemetry.Opentelemetry)

Module Opentelemetry

Opentelemetry types and instrumentation

module Lock : sig ... end

Global lock.

module Rand_bytes : sig ... end

Generation of random identifiers.

module AList : sig ... end

Atomic list, for internal usage

Wire format

module Proto = Opentelemetry_proto

Protobuf types.

Timestamps

module Timestamp_ns : sig ... end

Unix timestamp.

Interface to data collector

module Collector : sig ... end

Collector types

Identifiers

module Trace_id : sig ... end

Trace ID.

val k_trace_id : Trace_id.t Hmap.key

Hmap key to carry around a Trace_id.t, to remember what the current trace is.

  • since 0.8
module Span_id : sig ... end

Unique ID of a span.

module Span_ctx : sig ... end

Span context. This bundles up a trace ID and parent ID.

val k_span_ctx : Span_ctx.t Hmap.key

Hmap key to carry around a Span_ctx.t, e.g. to remember what the current parent span is.

  • since 0.8

Attributes and conventions

module Conventions : sig ... end
type value = [
  1. | `Int of int
  2. | `String of string
  3. | `Bool of bool
  4. | `Float of float
  5. | `None
]
type key_value = string * value

Global settings

module Globals : sig ... end

Process-wide metadata, environment variables, etc.

Traces and Spans

module Event : sig ... end

Events.

Scopes

module Scope : sig ... end

Scopes.

Span Link

module Span : sig ... end

Spans.

module Trace : sig ... end

Traces.

Metrics

module Metrics : sig ... end

Metrics.

module Logs : sig ... end

Logs.

module Metrics_callbacks : sig ... end

A set of callbacks that produce metrics when called. The metrics are automatically called regularly.

Utils

module Trace_context : sig ... end

Implementation of the W3C Trace Context spec

module GC_metrics : sig ... end

Export GC metrics.

diff --git a/opentelemetry/_doc-dir/CHANGES.md b/opentelemetry/_doc-dir/CHANGES.md index bfb70f15..ac180129 100644 --- a/opentelemetry/_doc-dir/CHANGES.md +++ b/opentelemetry/_doc-dir/CHANGES.md @@ -1,3 +1,12 @@ + +## 0.8 + +- feat: add dep on `hmap`, add standard keys to carry around a span context or trace id +- add semantic conventions for code and HTTP + +- better debug message in curl backend +- make otel-trace a bit more lightweight + ## 0.7 - add Span_link.of_span_ctx, Scope.to_span_ctx, dummy values