Skip to content

Commit

Permalink
Update fields
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelsaks committed Dec 15, 2024
1 parent 5971098 commit f470c86
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions metricbeat/docs/fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -57347,7 +57347,7 @@ type: long

--

*`pgbouncer.lists.free_clients`*::
*`pgbouncer.lists.clients.free`*::
+
--
Count of free clients. These are clients that are disconnected, but PgBouncer keeps the memory around that was allocated for them so it can be reused for future clients to avoid allocations.
Expand All @@ -57357,7 +57357,7 @@ type: long

--

*`pgbouncer.lists.used_clients`*::
*`pgbouncer.lists.clients.used`*::
+
--
Count of used clients.
Expand All @@ -57367,7 +57367,7 @@ type: long

--

*`pgbouncer.lists.login_clients`*::
*`pgbouncer.lists.clients.login`*::
+
--
Count of clients in login state.
Expand All @@ -57377,7 +57377,7 @@ type: long

--

*`pgbouncer.lists.free_servers`*::
*`pgbouncer.lists.servers.free`*::
+
--
Count of free servers. These are servers that are disconnected, but PgBouncer keeps the memory around that was allocated for them so it can be reused for future servers to avoid allocations.
Expand All @@ -57387,7 +57387,7 @@ type: long

--

*`pgbouncer.lists.used_servers`*::
*`pgbouncer.lists.servers.used`*::
+
--
Count of used servers.
Expand Down

0 comments on commit f470c86

Please sign in to comment.