-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: document rust ci datadog queries and dashboard
- Loading branch information
Showing
5 changed files
with
22 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
.DS_Store |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,17 @@ | ||
# How to monitor CI time | ||
|
||
This guide explains how to monitor the time taken by the Rust CI. | ||
You can monitor how long the Rust CI takes to run and other useful insights | ||
by looking at the | ||
[Datadog CI visibility](https://app.datadoghq.com/dash/integration/ci_app_pipelines?fromUser=false&refresh_mode=sliding&tpl_var_branch_name%5B0%5D=auto&from_ts=1731505840947&to_ts=1732110640947&live=true) | ||
dashboard. | ||
|
||
## Useful queries | ||
|
||
- [Average CI time](https://app.datadoghq.com/ci/pipeline-executions?query=ci_level%3Apipeline%20%40git.branch%3Aauto%20%40ci.status%3Asuccess&agg_m=%40duration&agg_m_source=base&agg_t=avg&cipipeline_explorer_sort=time%2Cdesc&fromUser=false&index=cipipeline&mode=sliding&saved-view-id=2722979&viz=timeseries&start=1730814194903&end=1732110194903&paused=false) | ||
|
||
![datadog screenshot](./average-ci-time.png) | ||
|
||
- [CI time of a single job](https://app.datadoghq.com/ci/pipeline-executions?query=ci_level%3Ajob%20%40git.branch%3Aauto%20%40ci.job.name%3A%22auto%20-%20dist-x86_64-msvc-alt%22%20%40ci.status%3Asuccess&agg_m=%40duration&agg_m_source=base&agg_t=avg&colorBy=meta%5B%27ci.job.name%27%5D&colorByAttr=meta%5B%27ci.job.name%27%5D¤tTab=trace&fromUser=false&graphType=flamegraph&index=cipipeline&spanID=16171819458268483629&spanViewType=logs&viz=timeseries&start=1729506323634&end=1732098323634&paused=false) | ||
|
||
![datadog screenshot](./ci-time-by-job.png) |