Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
include module type of struct include Opentelemetry.Metrics end
val gauge :
name:string ->
?description:string ->
?unit_:string ->
Opentelemetry__.Metrics_types.number_data_point list ->
t
val sum :
name:string ->
?description:string ->
?unit_:string ->
?aggregation_temporality:aggregation_temporality ->
?is_monotonic:bool ->
Opentelemetry__.Metrics_types.number_data_point list ->
t
val histogram_data_point :
?start_time_unix_nano:Opentelemetry.Timestamp_ns.t ->
?now:Opentelemetry.Timestamp_ns.t ->
?attrs:
(string * [< `Bool of bool | `Int of int | `None | `String of string ])
list ->
?exemplars:Opentelemetry__.Metrics_types.exemplar list ->
?explicit_bounds:float list ->
?sum:float ->
bucket_counts:int64 list ->
count:int64 ->
unit ->
Opentelemetry__.Metrics_types.histogram_data_point
val histogram :
name:string ->
?description:string ->
?unit_:string ->
?aggregation_temporality:
Opentelemetry__.Metrics_types.aggregation_temporality ->
Opentelemetry__.Metrics_types.histogram_data_point list ->
t
val make_resource_metrics :
?service_name:string ->
?attrs:
(string * [< `Bool of bool | `Int of int | `None | `String of string ])
list ->
t list ->
Opentelemetry__.Metrics_types.resource_metrics
val emit :
?attrs:
(string * [< `Bool of bool | `Int of int | `None | `String of string ])
list ->
t list ->
unit