File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed
modules/ROOT/pages/monitoring/metrics Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff 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]]
You can’t perform that action at this time.
0 commit comments