opentelemetry
Instrumentation for https://opentelemetry.io
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library opentelemetry
val register : ( unit -> Metrics.t list ) -> unit
register f
adds the callback f
to the list.
f
will be called at unspecified times and is expected to return a list of metrics. It might be called regularly by the backend, in particular (but not only) when Collector.tick
is called.