filecoin-project / oni

👹 (DEPRECATED; see README) Project Oni | Network Validation
https://docs.google.com/document/d/16jYL--EWYpJhxT9bakYq7ZBGLQ9SB940Wd1lTDOAbNE
7 stars 5 forks source link

scale measurements; fix tags #276

Closed nonsense closed 3 years ago

nonsense commented 3 years ago

This PR is fixing the sending of metrics from graphsync to:

  1. Scale metrics to seconds range, since the results we get are between 1 and 80sec.
  2. Add unit (sec) to the measurement so that it is clear that we are emitting seconds.
  3. Add humanized tags for bw and latency.
  4. Using the go-sdk from master, since it contains the update storing of metrics (i.e. including the testplan and testcase in the measurement name).
nonsense commented 3 years ago

Not much changing in this PR. Merging this as part of the iteration to bring metadata to test plan metrics and the SDK, so that we have real data to review tomorrow.