package devkit

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Logstash.DynSource

Counters with arbitrary attributes

Sourcetype t = private (string * json) list
Sourceval make : ?attrs:(string * json) list -> string -> t
Sourceval set_count : t -> (string * json) list -> int -> unit
Sourceval set_bytes : t -> (string * json) list -> int -> unit
Sourceval set_time : t -> (string * json) list -> Time.t -> unit
Sourceval add_count : t -> (string * json) list -> int -> unit
Sourceval add_bytes : t -> (string * json) list -> int -> unit
Sourceval add_time : t -> (string * json) list -> Time.t -> unit
OCaml

Innovation. Community. Security.