Skip to content

Commit 9bebafd

Browse files
Improve descriptions of the query routing metrics (#1409) (#1431)
1 parent daa53b9 commit 9bebafd

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

modules/ROOT/pages/monitoring/metrics/reference.adoc

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -272,17 +272,13 @@ By default, database metrics include:
272272

273273
[options="header",cols="<3m,<4"]
274274
|===
275-
|Name
276-
|Description
275+
|Name |Description
277276

278-
|<prefix>.dbms.routing.query.count.local
279-
|The total number of queries executed locally. (counter)
277+
|<prefix>.dbms.routing.query.count.local|The total number of queries executed locally. (counter)
280278

281-
|<prefix>.dbms.routing.query.count.remote_internal
282-
|The total number of queries executed remotely to a member of the same cluster. (counter)
279+
|<prefix>.dbms.routing.query.count.remote_internal|The total number of queries routed over to another member of the same cluster. (counter)
283280

284-
|<prefix>.dbms.routing.query.count.remote_external
285-
|The total number of queries executed remotely to a member of a different cluster. (counter)
281+
|<prefix>.dbms.routing.query.count.remote_external|The total number of queries routed over to a server outside the cluster. (counter)
286282
|===
287283

288284
[[db-store-size-metrics]]

0 commit comments

Comments
 (0)