Skip to content

Commit

Permalink
Improve descriptions of the query routing metrics (#1409) (#1431)
Browse files Browse the repository at this point in the history
  • Loading branch information
NataliaIvakina authored Feb 15, 2024
1 parent daa53b9 commit 9bebafd
Showing 1 changed file with 4 additions and 8 deletions.
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 @@ -272,17 +272,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

0 comments on commit 9bebafd

Please sign in to comment.