Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: document public dashboard #184

Merged
merged 1 commit into from
Dec 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions service-catalog/rust-ci/public-dashboard.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Public dashboard

Datadog can only be accessed by certain Rust teams.
However certain data are useful to everyone, so the infra team created a
[public dashboard](https://p.datadoghq.com/sb/3a172e20-e9e1-11ed-80e3-da7ad0900002-b5f7bb7e08b664a06b08527da85f7e30)
to monitor the Rust CI.

This dashboard is just a clone of the Datadog CI
[dashboard](https://docs.datadoghq.com/continuous_integration/?site=us).

These are some useful panels from the dashboard:

- Pipeline duration: check how long the auto builds takes to run.
- Top slowest jobs: check which jobs are taking the longest to run.
- Change in median job duration: check what jobs are slowest than before. Useful
to detect regressions.
- Top failed jobs: check which jobs are failing the most.
Loading