-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
godev/cmd/worker: include all configured versions in the Version chart
A common use case for telemetry data is to see the saturation of versions among users. For this reason, it is helpful not to project versions to their MajorMinor, but rather to preserve the exact version value. For example, we want to see how many users have adopted the most recent patch of gopls (v0.16.2, as of writing). However, this could lead to far too many data points, since the upload config includes every version ever released. Address this by excluding versions that have no reports. For now, make this change just for the Version chart. We should consider it fo the GoVersion chart as well. Change-Id: I7d30c0e363caba9af9b2960c6e76b975e20f7202 Reviewed-on: https://go-review.googlesource.com/c/telemetry/+/613078 Reviewed-by: Hyang-Ah Hana Kim <[email protected]> Commit-Queue: Robert Findley <[email protected]> Auto-Submit: Robert Findley <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
- Loading branch information
Showing
2 changed files
with
82 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters