-
Notifications
You must be signed in to change notification settings - Fork 838
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add documention for scheduler metrics. (#13814)
* Add documention for scheduler metrics. * Fix renaming of arangodb_scheduler_num_awake_threads. * Add threshold and troubleshoot info for arangodb_scheduler_low_prio_queue_last_dequeue_time. * Update allMetrics.yaml
- Loading branch information
Showing
19 changed files
with
173 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 0 additions & 14 deletions
14
Documentation/Metrics/arangodb_scheduler_awake_threads.yaml
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 16 additions & 0 deletions
16
Documentation/Metrics/arangodb_scheduler_num_awake_threads.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
name: arangodb_scheduler_num_awake_threads | ||
introducedIn: "3.8" | ||
help: | | ||
Number of awake worker threads. | ||
unit: number | ||
type: gauge | ||
category: Scheduler | ||
complexity: simple | ||
exposedBy: | ||
- coordinator | ||
- dbserver | ||
- agent | ||
- single | ||
description: | | ||
The number of worker threads currently working on some job or spinning while | ||
waiting for new work (i.e., not sleeping). |
Oops, something went wrong.