Skip to content

Commit 7d07227

Browse files
committed
Var: mention logstash monotonicity requirement
1 parent b4395aa commit 7d07227

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

var.mli

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
(** Global register for various types of counters *)
1+
(**
2+
Global register for various types of counters.
3+
{!Logstash} module will send all [Var] counters to logstash automatically.
4+
Counters must be mononotonically increasing for logstash to send correct deltas to Elasticsearch.
5+
*)
26

37
type attributes = (string * string) list
48
type t = Time of Time.t | Count of int | Bytes of int

0 commit comments

Comments
 (0)