Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 4 additions & 8 deletions modules/ROOT/pages/monitoring/metrics/reference.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -274,17 +274,13 @@ By default, database metrics include:

[options="header",cols="<3m,<4"]
|===
|Name
|Description
|Name |Description

|<prefix>.dbms.routing.query.count.local
|The total number of queries executed locally. (counter)
|<prefix>.dbms.routing.query.count.local|The total number of queries executed locally. (counter)

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

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

[[db-store-size-metrics]]
Expand Down