Skip to content

Commit

Permalink
Add descriptions to HAProxy fields in Metricbeat (elastic#19561)
Browse files Browse the repository at this point in the history
  • Loading branch information
kvch authored and melchiormoulin committed Oct 14, 2020
1 parent 11f8e66 commit 3bc510e
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 21 deletions.
48 changes: 38 additions & 10 deletions metricbeat/docs/fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -19417,6 +19417,7 @@ type: long
*`haproxy.info.compress.bps.in`*::
+
--
Incoming compressed data in bits per second.


type: long
Expand All @@ -19426,6 +19427,7 @@ type: long
*`haproxy.info.compress.bps.out`*::
+
--
Outgoing compressed data in bits per second.


type: long
Expand All @@ -19435,6 +19437,7 @@ type: long
*`haproxy.info.compress.bps.rate_limit`*::
+
--
Rate limit of compressed data in bits per second.


type: long
Expand All @@ -19456,6 +19459,7 @@ type: long
*`haproxy.info.connection.rate.value`*::
+
--
Number of connections in the last second.


type: long
Expand All @@ -19465,6 +19469,7 @@ type: long
*`haproxy.info.connection.rate.limit`*::
+
--
Rate limit of connections.


type: long
Expand All @@ -19474,6 +19479,7 @@ type: long
*`haproxy.info.connection.rate.max`*::
+
--
Maximum rate of connections.


type: long
Expand Down Expand Up @@ -19552,6 +19558,7 @@ type: long
*`haproxy.info.requests.total`*::
+
--
Total number of requests.


type: long
Expand All @@ -19561,6 +19568,7 @@ type: long
*`haproxy.info.sockets.max`*::
+
--
Maximum number of sockets.


type: long
Expand All @@ -19570,6 +19578,7 @@ type: long
*`haproxy.info.requests.max`*::
+
--
Maximum number of requests.


type: long
Expand All @@ -19585,6 +19594,7 @@ type: long
*`haproxy.info.pipes.used`*::
+
--
Number of used pipes during kernel-based tcp splicing.


type: integer
Expand All @@ -19594,6 +19604,7 @@ type: integer
*`haproxy.info.pipes.free`*::
+
--
Number of free pipes.


type: integer
Expand All @@ -19603,6 +19614,7 @@ type: integer
*`haproxy.info.pipes.max`*::
+
--
Maximum number of used pipes.


type: integer
Expand All @@ -19618,6 +19630,7 @@ None
*`haproxy.info.session.rate.value`*::
+
--
Rate of session per seconds.


type: integer
Expand All @@ -19627,6 +19640,7 @@ type: integer
*`haproxy.info.session.rate.limit`*::
+
--
Rate limit of sessions.


type: integer
Expand All @@ -19636,6 +19650,7 @@ type: integer
*`haproxy.info.session.rate.max`*::
+
--
Maximum rate of sessions.


type: integer
Expand All @@ -19651,7 +19666,8 @@ None
*`haproxy.info.ssl.rate.value`*::
+
--
None
Rate of SSL requests.


type: integer

Expand All @@ -19660,7 +19676,8 @@ type: integer
*`haproxy.info.ssl.rate.limit`*::
+
--
None
Rate limit of SSL requests.


type: integer

Expand All @@ -19669,7 +19686,8 @@ type: integer
*`haproxy.info.ssl.rate.max`*::
+
--
None
Maximum rate of SSL requests.


type: integer

Expand All @@ -19684,7 +19702,8 @@ None
*`haproxy.info.ssl.frontend.key_rate.value`*::
+
--
None
Key rate of SSL frontend.


type: integer

Expand All @@ -19693,7 +19712,8 @@ type: integer
*`haproxy.info.ssl.frontend.key_rate.max`*::
+
--
None
Maximum key rate of SSL frontend.


type: integer

Expand All @@ -19702,7 +19722,8 @@ type: integer
*`haproxy.info.ssl.frontend.session_reuse.pct`*::
+
--
None
Rate of reuse of SSL frontend sessions.


type: scaled_float

Expand All @@ -19719,7 +19740,8 @@ None
*`haproxy.info.ssl.backend.key_rate.value`*::
+
--
None
Key rate of SSL backend sessions.


type: integer

Expand All @@ -19728,7 +19750,8 @@ type: integer
*`haproxy.info.ssl.backend.key_rate.max`*::
+
--
MaxConnRate
Maximum key rate of SSL backend sessions.


type: integer

Expand All @@ -19737,7 +19760,8 @@ type: integer
*`haproxy.info.ssl.cached_lookups`*::
+
--
None
Number of SSL cache lookups.


type: long

Expand All @@ -19746,7 +19770,8 @@ type: long
*`haproxy.info.ssl.cache_misses`*::
+
--
None
Number of SSL cache misses.


type: long

Expand All @@ -19761,6 +19786,7 @@ type: long
*`haproxy.info.zlib_mem_usage.value`*::
+
--
Memory usage of zlib.


type: integer
Expand All @@ -19770,6 +19796,7 @@ type: integer
*`haproxy.info.zlib_mem_usage.max`*::
+
--
Maximum memory usage of zlib.


type: integer
Expand All @@ -19779,6 +19806,7 @@ type: integer
*`haproxy.info.idle.pct`*::
+
--
Percentage of idle time.


type: scaled_float
Expand Down
2 changes: 1 addition & 1 deletion metricbeat/module/haproxy/fields.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3bc510e

Please sign in to comment.