1. 39ace7a internal/upload: make upload.Run concurrency safe by Rob Findley · 7 days ago master
  2. 2e57a91 start,internal/upload: add two tests for concurrent upload by Rob Findley · 2 weeks ago
  3. bda5523 godev: update vulnerable dependencies by Hana (Hyang-Ah) Kim · 12 days ago
  4. bf80d56 telemetry: use debug directory for sidecar logs not local/debug by Michael Matloob · 9 days ago
  5. 3f1148c godev/cmd/worker: skip empty partition in charts by Hana (Hyang-Ah) Kim · 14 days ago
  6. 98772af start: when upload && !crashmonitor.Supported(), don't use crashmonitor by Rob Findley · 13 days ago
  7. 9ff3ad9 internal/crashmonitor: pass CrashOptions to SetCrashOutput by Alan Donovan · 14 days ago
  8. ac8fed8 internal/crashmonitor: prepare for SetCrashOutput signature change by Alan Donovan · 14 days ago
  9. 74e3e9f upload: eliminate the x/telemetry/upload package by Rob Findley · 14 days ago
  10. f89f2a3 internal/crashmonitor: skip TestStart on unsupported platform by Rob Findley · 2 weeks ago
  11. 825c3dc config: regenerate upload config by Gopher Robot · 2 weeks ago config/v0.21.0
  12. 3148d7a internal/chartconfig: add missing commas between buckets by Rob Findley · 2 weeks ago
  13. 7d78a97 internal/chartconfig: add initial cmd/go and cmd/compile counters by Michael Matloob · 3 weeks ago
  14. 4a0682c internal/configgen: add special handling for toolchain program versions by Rob Findley · 2 weeks ago
  15. 609bac3 godev: use Go 1.22 for cloud run services by Rob Findley · 2 weeks ago
  16. 15c10ce interal/upload: improve error messages by Peter Weinberger · 2 weeks ago
  17. f87de6f internal/upload: correct debug log filename construction by Hana (Hyang-Ah) Kim · 2 weeks ago
  18. 8001955 internal/chartconfig: add a test that Load succeeds by Rob Findley · 2 weeks ago
  19. 2434628 internal/update: make TestRandom less flaky by Peter Weinberger · 3 weeks ago
  20. 51e8b5d telemetry: add Dir function for use by go telemetry by Michael Matloob · 3 weeks ago
  21. 1489fc4 telemetry: re-enable TestStart at go 1.23 by Rob Findley · 3 weeks ago
  22. 150846e internal/upload: migrate TestUploadBasic and TestUploadFailure by Rob Findley · 3 weeks ago
  23. fd5c27b internal/counter: remove fall-back logic in Parse for missing TimeBegin by Rob Findley · 3 weeks ago
  24. f0a2a9a internal/upload: add an end-to-end test for mode handling by Rob Findley · 3 weeks ago
  25. 087355d internal/upload: don't skip all uploads on the first report failure by Rob Findley · 3 weeks ago
  26. 889c202 internal/upload: standardize logging and identify an upload bug by Rob Findley · 3 weeks ago
  27. 51edeb4 config: regenerate upload config by Gopher Robot · 3 weeks ago config/v0.20.0
  28. 2790727 internal/chartconfig: support multiline counter fields by Michael Matloob · 6 weeks ago
  29. 8606e05 telemetry: in Start, set X_TELEMETRY_CHILD=2 before running the child by Robert Findley · 3 weeks ago
  30. 4b27ed8 telemetry: add a test for Start by Robert Findley · 3 weeks ago
  31. 0f8345c internal/upload: use a real proxy during tests by Robert Findley · 5 weeks ago
  32. 79576a6 internal/upload: close over state when uploading, for easier testing by Robert Findley · 10 weeks ago
  33. fe70498 go.mod: update golang.org/x dependencies by Gopher Robot · 4 weeks ago
  34. 5e7a336 internal/telemetry: encapsulate the telemetry directory by Robert Findley · 10 weeks ago
  35. b93185a go.mod: update golang.org/x dependencies by Gopher Robot · 8 weeks ago
  36. 9b5f6e2 config: regenerate upload config by Gopher Robot · 8 weeks ago config/v0.19.0
  37. 3640ba5 telemetry: don't log.Fatal if os.Executable returned an error by Michael Matloob · 9 weeks ago
  38. dd8ef1d godev/cmd/telemetrygodev: log the upload failure reason by Robert Findley · 8 weeks ago
  39. f4db1c7 internal/graphconfig: rename to chartconfig, and display at /config by Robert Findley · 2 months ago
  40. 0c295b2 Revert "internal/crashmonitor: update assertions after CL 561635 revert" by Alan Donovan · 2 months ago
  41. abedc37 internal/crashmonitor: update assertions after CL 561635 revert by Alan Donovan · 3 months ago
  42. 1cb5a0d godev/internal/content: unbreak TestServer_ServeHTTP by Rob Findley · 3 months ago
  43. ffa7a4a telemetry/countertest: add SupportedPlatform bool constant by Peter Weinbergr · 3 months ago
  44. f301f31 counter: add CountCommandLineFlags for flag.CommandLine counters by Michael Matloob · 3 months ago
  45. d1a75fc counter: remove 1.18 support in counter and countertest by Michael Matloob · 3 months ago
  46. d5a85b2 telemetry: check telemetry.LocalDir exists before starting child by Michael Matloob · 3 months ago
  47. 5f08a0c config: regenerate upload config by Gopher Robot · 3 months ago config/v0.18.0
  48. c0b710b telemetry: in Start skip uploading in certain cases by Michael Matloob · 3 months ago
  49. 6eacb0a telemetry: add option to supply TelemetryDir by Michael Matloob · 3 months ago
  50. 15436e5 internal/upload: remove proposed upload on 4xx errors by Peter Weinbergr · 3 months ago
  51. 27ed8e1 go.mod: update golang.org/x dependencies by Gopher Robot · 3 months ago
  52. 3d5706d telemetry: call cmd.Wait() for child in a goroutine in Start by Michael Matloob · 3 months ago
  53. 68a5846 README.md: give guidance about purpose, API stability, and support by Rob Findley · 3 months ago
  54. 52b9781 counter/countertest: add a function to read counter files by Michael Matloob · 3 months ago
  55. c666708 internal/counter: add IsStackCounter function by Michael Matloob · 3 months ago
  56. a20a73c counter: document conventions for counter names by Rob Findley · 3 months ago
  57. f48c80b telemetry: in Start, run upload.Run at most once a day by Michael Matloob · 3 months ago
  58. 957559d telemetry: daemonize the child started by telemetry.Start by Michael Matloob · 3 months ago
  59. c6430dd telemetry: log to a file from telemetry child instead of stderr by Michael Matloob · 3 months ago
  60. 3a192e0 gopls/internal/content: update TestServer_ServeHTTP to require go1.23 by Rob Findley · 3 months ago
  61. 3df865e config: regenerate upload config by Gopher Robot · 3 months ago config/v0.17.0
  62. cf35bc4 telemetry/countertest: remove debugging read restriction by Peter Weinbergr · 3 months ago
  63. a8b4b08 counter: replace build tags with telemetry.DisabledOnPlatform by Hana (Hyang-Ah) Kim · 3 months ago
  64. b7eb6e5 telemetry: add support for uploading by Michael Matloob · 3 months ago config/v0.16.0
  65. f5ab9c3 config: add crash counters by Rob Findley · 3 months ago
  66. 3d451a4 telemetry/internal/counter: fix debugging Read by Peter Weinberger · 3 months ago
  67. 5d9906a start: add Start which may start crashmonitor by Michael Matloob · 4 months ago
  68. 792a7cd telemetry: add .gitattributes for windows line endings by Peter Weinbergr · 3 months ago
  69. ce32aed telemetry: adjust testing for 386 by Peter Weinbergr · 4 months ago
  70. 6bfc703 internal/telemetry: move core types to internal/telemetry by Michael Matloob · 3 months ago
  71. 06c1a69 counter: add illumos to the unsupported platform list by Hana (Hyang-Ah) Kim · 4 months ago
  72. 8f5e00a godev/cmd/telemetrygodev: skip tests in unintended environments by Hana (Hyang-Ah) Kim · 4 months ago
  73. acad4b1 telemetry/countertest: generalize Read, ReadStack by Peter Weinberger · 4 months ago
  74. 213092a godev/internal/content: expect one less newline for Go 1.23 by Dmitri Shuralyov · 4 months ago
  75. aa1e196 counter: support 386 systems by Peter Weinbergr · 4 months ago
  76. 7b892fc telemetry/upload: fix error in debug logging by Peter Weinberger · 4 months ago
  77. b75ee88 crashmonitor: report correct lines for inlined frames by Alan Donovan · 4 months ago
  78. e9b074d all: disable telemetry on plan9 by Michael Matloob · 4 months ago
  79. 507a5a7 upload: add debug logging by Peter Weinberger · 4 months ago
  80. bddf7b3 internal/telemetry: move definition of DisabledOnPlatform by Michael Matloob · 4 months ago
  81. 2b24717 counter/countertest: add returns to disabled functions that need them by Michael Matloob · 4 months ago
  82. e70cccf config: regenerate upload config by Gopher Robot · 4 months ago config/v0.15.0
  83. 334dc53 go.mod: update golang.org/x dependencies by Gopher Robot · 4 months ago
  84. 45a088d internal/regtest: skip TestE2E if telemetry is disabled on platform by Michael Matloob · 4 months ago
  85. 1f276f0 internal/counter: clarify relative line numbers by Alan Donovan · 4 months ago
  86. c68eb7e internal/counter/gotelemetryview: handle reports with empty counter by Hana (Hyang-Ah) Kim · 4 months ago
  87. a188bee internal/upload: update comment reason why we don't support js/wasm by Michael Matloob · 4 months ago
  88. 503565a crashmonitor: disable execve-based tests on wasi,js,ios by Alan Donovan · 4 months ago
  89. d353a39 upload: honor counter sampling rates by Peter Weinberger · 4 months ago
  90. 8e316b9 internal/counter: fix flaky test by Peter Weinberger · 4 months ago
  91. b4bb114 internal/counter: fix error string when telemetry is off by Rob Findley · 4 months ago
  92. 0391c11 internal: disable counters and uploading on unsupported platforms by Michael Matloob · 4 months ago
  93. 0a1d30d crashmonitor: a monitor for unexpected crashes by Alan Donovan · 4 months ago
  94. 1cb064e counter: add CountFlags to counter_go118.go by Michael Matloob · 4 months ago
  95. a6426b6 internal/counter: fix typo in comment by Michael Matloob · 4 months ago
  96. ee7c653 counter: CountFlags counts each set flag by Peter Weinberger · 4 months ago
  97. 0428797 internal/upload: uploading uses SampleRate by Peter Weinberger · 4 months ago
  98. 262b490 upload: fix nil-pointer dereference by Hana (Hyang-Ah) Kim · 4 months ago
  99. 077382f godev/cmd/telemetrygodev: run push test from submodule by Rob Findley · 4 months ago
  100. 6061811 godev/cmd/telemetrygodev: fix push test argument quoting by Rob Findley · 4 months ago