Module Rfc5424.Tag
type _ typ=|String : string typ|Bool : bool typ|Float : float typ|I64 : int64 typ|U64 : Uint64.t typ|U : unit typType of a metric type (compatible with Warp10 and flowgger representation).
type tydef=|Dyn : 'a typ * 'a Logs.Tag.def -> tydefExistential type for log tag definiton.
val string : string Logs.Tag.def -> tydefval bool : bool Logs.Tag.def -> tydefval float : float Logs.Tag.def -> tydefval i64 : int64 Logs.Tag.def -> tydefval u64 : Uint64.t Logs.Tag.def -> tydefval u : unit Logs.Tag.def -> tydefval def : 'a typ -> tydef -> 'a Logs.Tag.def optiondef typ tydefisSome defis tydef contains a def of type'a, orNoneotherwise.