mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-08 03:47:59 -04:00
no open
This commit is contained in:
parent
b826f85977
commit
db45d9ff56
2 changed files with 5 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
(library
|
||||
(name opentelemetry)
|
||||
(synopsis "API for opentelemetry instrumentation")
|
||||
(flags :standard -warn-error -a+8 -open Opentelemetry_proto)
|
||||
(flags :standard -warn-error -a+8)
|
||||
(libraries opentelemetry.proto ambient-context ptime ptime.clock.os pbrt threads
|
||||
opentelemetry.atomic)
|
||||
(public_name opentelemetry))
|
||||
|
|
|
|||
|
|
@ -19,6 +19,8 @@ end
|
|||
|
||||
This is mostly useful internally. Users should not need to touch it. *)
|
||||
module Proto = struct
|
||||
open Opentelemetry_proto
|
||||
|
||||
module Common = struct
|
||||
include Common_types
|
||||
include Common_pp
|
||||
|
|
@ -887,6 +889,7 @@ end
|
|||
|
||||
See {{: https://opentelemetry.io/docs/reference/specification/overview/#metric-signal} the spec} *)
|
||||
module Metrics = struct
|
||||
open Opentelemetry_proto
|
||||
open Metrics_types
|
||||
|
||||
type t = Metrics_types.metric
|
||||
|
|
@ -989,6 +992,7 @@ end
|
|||
|
||||
See {{: https://opentelemetry.io/docs/reference/specification/overview/#log-signal} the spec} *)
|
||||
module Logs = struct
|
||||
open Opentelemetry_proto
|
||||
open Logs_types
|
||||
|
||||
type t = log_record
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue