Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Label db state metrics with 5.7 #1381

Merged
merged 2 commits into from
Feb 1, 2024
Merged
Changes from 1 commit
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
6 changes: 3 additions & 3 deletions modules/ROOT/pages/monitoring/metrics/reference.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,9 @@ By default, database metrics include:
[options="header",cols="<3m,<4"]
|===
|Name |Description
|<prefix>.db.state.count.hosted|Databases hosted on this server. Databases in states `started`, `store copying`, or `draining` are considered hosted. (gauge)
|<prefix>.db.state.count.failed|Databases in a failed state on this server. (gauge)
|<prefix>.db.state.count.desired_started|Databases that desire to be started on this server. (gauge)
|<prefix>.db.state.count.hosted|label:new[Introduced in 5.7]Databases hosted on this server. Databases in states `started`, `store copying`, or `draining` are considered hosted. (gauge)
|<prefix>.db.state.count.failed|label:new[Introduced in 5.7]Databases in a failed state on this server. (gauge)
|<prefix>.db.state.count.desired_started|label:new[Introduced in 5.7]Databases that desire to be started on this server. (gauge)
|===

[[db-data-metrics]]
Expand Down
Loading