golang / go

The Go programming language
https://go.dev
BSD 3-Clause "New" or "Revised" License
120.66k stars 17.33k forks source link

x/telemetry/cmd/gotelemetry: charts are broken with new go command counters #67373

Open findleyr opened 1 month ago

findleyr commented 1 month ago

With the additional counters added by the go command, it seems that the charting frontend of gotelemetry view is broken:

image

Series appear to be present, but are not being plotted correctly. Also, the range of the chart is far too large (these may be one and the same problem).

Perhaps this was already broken, and I just noticed it.

CC @golang/telemetry