Skip to content

Commit cec2682

Browse files
authored
Merge pull request #184 from rust-lang/docs-document-public-dashboard
docs: document public dashboard
2 parents dfb6ead + 571a427 commit cec2682

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Public dashboard
2+
3+
Datadog can only be accessed by certain Rust teams.
4+
However certain data are useful to everyone, so the infra team created a
5+
[public dashboard](https://p.datadoghq.com/sb/3a172e20-e9e1-11ed-80e3-da7ad0900002-b5f7bb7e08b664a06b08527da85f7e30)
6+
to monitor the Rust CI.
7+
8+
This dashboard is just a clone of the Datadog CI
9+
[dashboard](https://docs.datadoghq.com/continuous_integration/?site=us).
10+
11+
These are some useful panels from the dashboard:
12+
13+
- Pipeline duration: check how long the auto builds takes to run.
14+
- Top slowest jobs: check which jobs are taking the longest to run.
15+
- Change in median job duration: check what jobs are slowest than before. Useful
16+
to detect regressions.
17+
- Top failed jobs: check which jobs are failing the most.

0 commit comments

Comments
 (0)