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

Small fixes for metrics #13807

Merged
merged 7 commits into from
Mar 25, 2021
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
Prev Previous commit
Next Next commit
allMetrics.yaml
  • Loading branch information
neunhoef committed Mar 24, 2021
commit 7f945a135ac77eec9e911adc269ae28ddd9f7c7f
6 changes: 3 additions & 3 deletions Documentation/Metrics/allMetrics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@
temporarily, \nwhich will lead to an increase in lock acquisition times.\n"
type: histogram
unit: s
- category: Transaction
- category: Transactions
complexity: advanced
description: 'Number of transactions using sequential locking of collections to
avoid deadlocking.
Expand Down Expand Up @@ -687,7 +687,7 @@
run on multiple shards on different servers.\n"
type: counter
unit: number
- category: Transaction
- category: Transactions
complexity: medium
description: 'Number of timeouts when trying to acquire collection exclusive locks.

Expand All @@ -711,7 +711,7 @@
for the same locks.\n"
type: counter
unit: number
- category: Transaction
- category: Transactions
complexity: medium
description: "Number of timeouts when trying to acquire collection write locks.\nThis
counter will be increased whenever a collection write lock\ncannot be acquired
Expand Down