This commit is contained in:
Simon Cruanes 2025-12-08 20:09:23 -05:00
parent 6151fe0769
commit 173131ce84
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4
2 changed files with 0 additions and 4 deletions

View file

@ -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 = {

View file

@ -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