mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-08 03:47:59 -04:00
fix warning
This commit is contained in:
parent
dd29cddb21
commit
a0738e59c2
1 changed files with 1 additions and 1 deletions
|
|
@ -194,7 +194,7 @@ end = struct
|
||||||
|
|
||||||
self
|
self
|
||||||
|
|
||||||
let self_metrics (self : state) : OTEL.Metrics.t list =
|
let self_metrics (_self : state) : OTEL.Metrics.t list =
|
||||||
let open OTEL.Metrics in
|
let open OTEL.Metrics in
|
||||||
let now = Mtime_clock.now () in
|
let now = Mtime_clock.now () in
|
||||||
[
|
[
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue