Update src/opentelemetry.ml

Co-authored-by: Matt Bray <mattjbray@gmail.com>
This commit is contained in:
Simon Cruanes 2022-04-30 13:26:12 -04:00 committed by GitHub
parent 5b3f49890b
commit 080e0de138
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -710,7 +710,7 @@ end
The metrics are automatically called regularly.
This allows applications to register metrics callbacks from various points
in the program (or even in librariese), and not worry about setting
in the program (or even in libraries), and not worry about setting
alarms/intervals to emit them. *)
module Metrics_callbacks = struct
open struct