SERVER-82192 Remove mongo-tooling-metrics (#35332)

GitOrigin-RevId: 289c8047fe9a9e8ff4ba6c3d48bea79fb379ee98
This commit is contained in:
Zack Winter
2025-04-23 12:51:09 -07:00
committed by MongoDB Bot
parent a25760ec93
commit 558f69287c
6 changed files with 23 additions and 134 deletions

View File

@@ -37,8 +37,6 @@ pass `--installDir` to resmoke.py
### Resmoke test telemetry
We capture telemetry from resmoke using two systems: mongo-tooling-metrics and open telemetry.
Using mongo-tooling-metrics we capture the invocation, results, and timing data from internal developers. This data is used to see what developers are doing. We can study what people are running to make it work better or faster.
We capture telemetry from resmoke using open telemetry.
Using open telemetry (OTel) we capture more specific information about the internals of resmoke. This data is used for improvements specifically when running in evergreen. This data is captured on every resmoke invocation but only sent to honeycomb when running in evergreen. More info about how we use OTel in resmoke can be found [here](otel_resmoke.md).

View File

@@ -1,6 +1,6 @@
# Open telemetry (OTel) in resmoke
OTel is one of two systems we use to capture metrics from resmoke. For mongo-tooling-metrics please see the documentation [here](README.md).
OTel is what we use to capture metrics from resmoke.
## What Do We Capture