mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-08 20:07:55 -04:00
warnings
This commit is contained in:
parent
6151fe0769
commit
173131ce84
2 changed files with 0 additions and 4 deletions
|
|
@ -35,7 +35,6 @@ module Make
|
||||||
queue of signals, and start a consumer to process these signals and send
|
queue of signals, and start a consumer to process these signals and send
|
||||||
them somewhere using HTTP. *)
|
them somewhere using HTTP. *)
|
||||||
end = struct
|
end = struct
|
||||||
module Proto = Opentelemetry_proto
|
|
||||||
open IO
|
open IO
|
||||||
|
|
||||||
type config = {
|
type config = {
|
||||||
|
|
|
||||||
|
|
@ -41,9 +41,6 @@ module Make
|
||||||
controls whether we start a task to call [tick] at the given interval in
|
controls whether we start a task to call [tick] at the given interval in
|
||||||
seconds, or [None] to not start such a task at all. *)
|
seconds, or [None] to not start such a task at all. *)
|
||||||
end = struct
|
end = struct
|
||||||
module Proto = Opentelemetry_proto
|
|
||||||
open IO
|
|
||||||
|
|
||||||
module Sender :
|
module Sender :
|
||||||
Generic_consumer.SENDER
|
Generic_consumer.SENDER
|
||||||
with module IO = IO
|
with module IO = IO
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue