-
Notifications
You must be signed in to change notification settings - Fork 334
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
The `scheduler_canister_age_rounds` metric tracks the difference between the current round and the round in which the canister last fully executed. By default, this last executed round is set to zero for newly created canisters. Consequently, the `canister_age` metric for these new canisters abruptly increases to the current round, which can be in the billions. This PR addresses this issue by excluding canisters with a zero 'last executed round' from the `canister_age` metric observations. Furthermore, this PR increases the upper bound of the metric's range to 5000 rounds.
- Loading branch information
1 parent
6b3c844
commit 2f6fcec
Showing
3 changed files
with
54 additions
and
36 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
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