-
Notifications
You must be signed in to change notification settings - Fork 250
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Changes ## TAS Previously launch latency was emitted by a Rodimus worker. This PR implements the same measure in the TAS. Launch latency is defined as the duration from host launch to the the complete of the first deployment. It measures for all environments deployed on new hosts. The configuration **Launch grace period** is the user set threshold for this latency and it's used for AgentJanitor and Rodimus health check. Another fix is that I found all first deploy metrics were success. So I updated the condition when the `first_deploy` flag should be turned off. ## UI While updating the group status page to include the launch latency, I realized I forgot that the original plan was to create a dashboard. So I removed the links added in #1694, created a dashboard including the changes in a new Teletraan user dashboard. Fixed launch failure rate graph and updated some metrics calculations. <img width="1641" alt="image" src="https://github.com/user-attachments/assets/ef62bb3b-7748-4afa-b66a-f0a89111f8b6"> ## Test plan ### TAS 1. Deploy this PR to TAS dev1 2. Launch a new host in tyler/test - [x] Launch latency should be emitted - [x] First deploy counter should increment with success=true. 4. Deploy a bad build to tyler/test 5. Launch a new host - [x] Launch latency should be emitted - [x] First deploy counter should increment with success=false. ### UI 1. Deploy this PR to deploy-board dev1 2. Visit group status page /groups/tyler-test/ - [x] verify the link is updated and working
- Loading branch information
1 parent
2e49483
commit 5de012e
Showing
7 changed files
with
139 additions
and
115 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
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
Oops, something went wrong.