package opentelemetry

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Source file span_kind.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
(** Span kind.
    @since 0.11 *)

open Common_
open Proto.Trace

type t = span_span_kind =
  | Span_kind_unspecified
  | Span_kind_internal
  | Span_kind_server
  | Span_kind_client
  | Span_kind_producer
  | Span_kind_consumer