We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4395aa commit 7d07227Copy full SHA for 7d07227
var.mli
@@ -1,4 +1,8 @@
1
-(** Global register for various types of counters *)
+(**
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
+*)
6
7
type attributes = (string * string) list
8
type t = Time of Time.t | Count of int | Bytes of int
0 commit comments