SERVER-82192 Remove mongo-tooling-metrics (#35332)
GitOrigin-RevId: 289c8047fe9a9e8ff4ba6c3d48bea79fb379ee98
This commit is contained in:
@@ -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).
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user