mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-07 18:37:56 -05: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
|
||||
them somewhere using HTTP. *)
|
||||
end = struct
|
||||
module Proto = Opentelemetry_proto
|
||||
open IO
|
||||
|
||||
type config = {
|
||||
|
|
|
|||
|
|
@ -41,9 +41,6 @@ module Make
|
|||
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. *)
|
||||
end = struct
|
||||
module Proto = Opentelemetry_proto
|
||||
open IO
|
||||
|
||||
module Sender :
|
||||
Generic_consumer.SENDER
|
||||
with module IO = IO
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue