Skip to content

Commit 8d3ed1c

Browse files
committed
Add announcement for metrics initiative
1 parent f57626b commit 8d3ed1c

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
layout: post
3+
title: "Announcing the Metrics Initiative"
4+
author: Jane Losare-Lusby and Esteban Kuber
5+
team: The Rust Compiler Team <https://www.rust-lang.org/governance/teams/compiler>
6+
---
7+
8+
We ([Jane](https://github.com/yaahc/) and [Esteban](https://github.com/estebank) are excited to announce the start of the Metrics initiative.
9+
10+
We're envisioning three use cases for metrics within rustc.
11+
12+
* Supporting feature development
13+
* e.g., answering specific questions such as when the old and new trait solvers diverge or helping identify and resolve bugs before impacting users
14+
* Guiding improvements to User Experience,
15+
* e.g., knowing which compiler errors are causing the most confusion or are hit the most frequently, focusing on improving those first, and verifying that the improvements help
16+
* Improving perf feedback loops and insight,
17+
* e.g., helping identify pathological edge cases, similar to work @nnethercote has done manually in the past
18+
19+
We're at the point of the initiative where we would like to inform the project members about it and start implementing the metrics infrastructure in collaboration with their real-world needs.
20+
21+
For more information about the initiative, please check out the tracking issue and related links: https://github.com/rust-lang/rust/issues/128914.
22+
23+
**Please reach out with any use cases you have in mind!**

0 commit comments

Comments
 (0)