1. 2790727 internal/chartconfig: support multiline counter fields by Michael Matloob · 3 weeks ago master
  2. 8606e05 telemetry: in Start, set X_TELEMETRY_CHILD=2 before running the child by Robert Findley · 2 days ago
  3. 4b27ed8 telemetry: add a test for Start by Robert Findley · 2 days ago
  4. 0f8345c internal/upload: use a real proxy during tests by Robert Findley · 13 days ago
  5. 79576a6 internal/upload: close over state when uploading, for easier testing by Robert Findley · 7 weeks ago
  6. fe70498 go.mod: update golang.org/x dependencies by Gopher Robot · 4 days ago
  7. 5e7a336 internal/telemetry: encapsulate the telemetry directory by Robert Findley · 7 weeks ago
  8. b93185a go.mod: update golang.org/x dependencies by Gopher Robot · 5 weeks ago
  9. 9b5f6e2 config: regenerate upload config by Gopher Robot · 5 weeks ago config/v0.19.0
  10. 3640ba5 telemetry: don't log.Fatal if os.Executable returned an error by Michael Matloob · 6 weeks ago
  11. dd8ef1d godev/cmd/telemetrygodev: log the upload failure reason by Robert Findley · 5 weeks ago
  12. f4db1c7 internal/graphconfig: rename to chartconfig, and display at /config by Robert Findley · 7 weeks ago
  13. 0c295b2 Revert "internal/crashmonitor: update assertions after CL 561635 revert" by Alan Donovan · 8 weeks ago
  14. abedc37 internal/crashmonitor: update assertions after CL 561635 revert by Alan Donovan · 8 weeks ago
  15. 1cb5a0d godev/internal/content: unbreak TestServer_ServeHTTP by Rob Findley · 8 weeks ago
  16. ffa7a4a telemetry/countertest: add SupportedPlatform bool constant by Peter Weinbergr · 8 weeks ago
  17. f301f31 counter: add CountCommandLineFlags for flag.CommandLine counters by Michael Matloob · 8 weeks ago
  18. d1a75fc counter: remove 1.18 support in counter and countertest by Michael Matloob · 8 weeks ago
  19. d5a85b2 telemetry: check telemetry.LocalDir exists before starting child by Michael Matloob · 9 weeks ago
  20. 5f08a0c config: regenerate upload config by Gopher Robot · 9 weeks ago config/v0.18.0
  21. c0b710b telemetry: in Start skip uploading in certain cases by Michael Matloob · 9 weeks ago
  22. 6eacb0a telemetry: add option to supply TelemetryDir by Michael Matloob · 9 weeks ago
  23. 15436e5 internal/upload: remove proposed upload on 4xx errors by Peter Weinbergr · 10 weeks ago
  24. 27ed8e1 go.mod: update golang.org/x dependencies by Gopher Robot · 9 weeks ago
  25. 3d5706d telemetry: call cmd.Wait() for child in a goroutine in Start by Michael Matloob · 10 weeks ago
  26. 68a5846 README.md: give guidance about purpose, API stability, and support by Rob Findley · 10 weeks ago
  27. 52b9781 counter/countertest: add a function to read counter files by Michael Matloob · 10 weeks ago
  28. c666708 internal/counter: add IsStackCounter function by Michael Matloob · 10 weeks ago
  29. a20a73c counter: document conventions for counter names by Rob Findley · 10 weeks ago
  30. f48c80b telemetry: in Start, run upload.Run at most once a day by Michael Matloob · 2 months ago
  31. 957559d telemetry: daemonize the child started by telemetry.Start by Michael Matloob · 3 months ago
  32. c6430dd telemetry: log to a file from telemetry child instead of stderr by Michael Matloob · 3 months ago
  33. 3a192e0 gopls/internal/content: update TestServer_ServeHTTP to require go1.23 by Rob Findley · 2 months ago
  34. 3df865e config: regenerate upload config by Gopher Robot · 3 months ago config/v0.17.0
  35. cf35bc4 telemetry/countertest: remove debugging read restriction by Peter Weinbergr · 3 months ago
  36. a8b4b08 counter: replace build tags with telemetry.DisabledOnPlatform by Hana (Hyang-Ah) Kim · 3 months ago
  37. b7eb6e5 telemetry: add support for uploading by Michael Matloob · 3 months ago config/v0.16.0
  38. f5ab9c3 config: add crash counters by Rob Findley · 3 months ago
  39. 3d451a4 telemetry/internal/counter: fix debugging Read by Peter Weinberger · 3 months ago
  40. 5d9906a start: add Start which may start crashmonitor by Michael Matloob · 3 months ago
  41. 792a7cd telemetry: add .gitattributes for windows line endings by Peter Weinbergr · 3 months ago
  42. ce32aed telemetry: adjust testing for 386 by Peter Weinbergr · 3 months ago
  43. 6bfc703 internal/telemetry: move core types to internal/telemetry by Michael Matloob · 3 months ago
  44. 06c1a69 counter: add illumos to the unsupported platform list by Hana (Hyang-Ah) Kim · 3 months ago
  45. 8f5e00a godev/cmd/telemetrygodev: skip tests in unintended environments by Hana (Hyang-Ah) Kim · 3 months ago
  46. acad4b1 telemetry/countertest: generalize Read, ReadStack by Peter Weinberger · 3 months ago
  47. 213092a godev/internal/content: expect one less newline for Go 1.23 by Dmitri Shuralyov · 3 months ago
  48. aa1e196 counter: support 386 systems by Peter Weinbergr · 3 months ago
  49. 7b892fc telemetry/upload: fix error in debug logging by Peter Weinberger · 3 months ago
  50. b75ee88 crashmonitor: report correct lines for inlined frames by Alan Donovan · 3 months ago
  51. e9b074d all: disable telemetry on plan9 by Michael Matloob · 3 months ago
  52. 507a5a7 upload: add debug logging by Peter Weinberger · 3 months ago
  53. bddf7b3 internal/telemetry: move definition of DisabledOnPlatform by Michael Matloob · 3 months ago
  54. 2b24717 counter/countertest: add returns to disabled functions that need them by Michael Matloob · 3 months ago
  55. e70cccf config: regenerate upload config by Gopher Robot · 3 months ago config/v0.15.0
  56. 334dc53 go.mod: update golang.org/x dependencies by Gopher Robot · 3 months ago
  57. 45a088d internal/regtest: skip TestE2E if telemetry is disabled on platform by Michael Matloob · 3 months ago
  58. 1f276f0 internal/counter: clarify relative line numbers by Alan Donovan · 3 months ago
  59. c68eb7e internal/counter/gotelemetryview: handle reports with empty counter by Hana (Hyang-Ah) Kim · 3 months ago
  60. a188bee internal/upload: update comment reason why we don't support js/wasm by Michael Matloob · 3 months ago
  61. 503565a crashmonitor: disable execve-based tests on wasi,js,ios by Alan Donovan · 3 months ago
  62. d353a39 upload: honor counter sampling rates by Peter Weinberger · 3 months ago
  63. 8e316b9 internal/counter: fix flaky test by Peter Weinberger · 3 months ago
  64. b4bb114 internal/counter: fix error string when telemetry is off by Rob Findley · 3 months ago
  65. 0391c11 internal: disable counters and uploading on unsupported platforms by Michael Matloob · 3 months ago
  66. 0a1d30d crashmonitor: a monitor for unexpected crashes by Alan Donovan · 3 months ago
  67. 1cb064e counter: add CountFlags to counter_go118.go by Michael Matloob · 3 months ago
  68. a6426b6 internal/counter: fix typo in comment by Michael Matloob · 3 months ago
  69. ee7c653 counter: CountFlags counts each set flag by Peter Weinberger · 3 months ago
  70. 0428797 internal/upload: uploading uses SampleRate by Peter Weinberger · 3 months ago
  71. 262b490 upload: fix nil-pointer dereference by Hana (Hyang-Ah) Kim · 3 months ago
  72. 077382f godev/cmd/telemetrygodev: run push test from submodule by Rob Findley · 3 months ago
  73. 6061811 godev/cmd/telemetrygodev: fix push test argument quoting by Rob Findley · 3 months ago
  74. 7942d6a config: regenerate upload config by Gopher Robot · 3 months ago config/v0.14.0
  75. e686f7f telemetry: config field for upload sampling by Peter Weinbergr · 3 months ago
  76. 398d9a4 cmd/gotelemetry: add upload command by Hana (Hyang-Ah) Kim · 4 months ago
  77. f9e91e9 internal/content/telemetrygodev: minor fixes for the privacy policy by Robert Findley · 4 months ago
  78. 00d1ee8 godev/cmd/telemetrygodev: add a prod deployment script by Rob Findley · 4 months ago
  79. 4602759 godev/cmd/telemetrygodev: add a basic URL test by Rob Findley · 4 months ago
  80. 88e2d1c internal/counter: fix file rotation panics by Peter Weinberger · 5 months ago
  81. 76c6b0d config: regenerate upload config by Gopher Robot · 4 months ago config/v0.13.0
  82. 463b4b6 go.mod: update golang.org/x dependencies by Gopher Robot · 4 months ago
  83. 8535a82 config: regenerate upload config by Gopher Robot · 4 months ago config/v0.12.0
  84. ebea6af all: fix some comments by cui fliter · 5 months ago
  85. 5ce7490 cmd/gotelemetry: implement gotelemetry clean by Rob Findley · 5 months ago
  86. 63bccc7 godev: update cloud.google.com/go/cloudtasks by Hana (Hyang-Ah) Kim · 5 months ago
  87. a2fc4bf internal/counter: remove "counter/main" counter by Hana (Hyang-Ah) Kim · 5 months ago
  88. 12200b8 internal/upload: split TestDates and remove `setup` by Hana (Hyang-Ah) Kim · 5 months ago
  89. f040a5a counter/countertest: allow go1.20 by Hana (Hyang-Ah) Kim · 6 months ago
  90. 0176d81 upload: simplify public API and reduce use of global vars by Hana (Hyang-Ah) Kim · 6 months ago
  91. 140f995 internal/regtest: remove the need of Main by Hana (Hyang-Ah) Kim · 5 months ago
  92. 721266a config: regenerate upload config by Gopher Robot · 5 months ago config/v0.11.0
  93. eb1c87b internal/counter: preserve programs' prerelease versions by Hana (Hyang-Ah) Kim · 5 months ago
  94. 3c8b0df config: regenerate upload config by Gopher Robot · 5 months ago config/v0.10.0
  95. 13bc4d4 internal/upload: add logging by Peter Weinberger · 5 months ago
  96. 9e81995 go.mod: update golang.org/x dependencies by Gopher Robot · 5 months ago
  97. 69313e6 internal/counter: don't write counters to disk if mode=off by Rob Findley · 6 months ago
  98. 7324770 all: revert to telemetry mode values (on|off|local) by Rob Findley · 6 months ago
  99. d4a6526 config: regenerate upload config by Gopher Robot · 6 months ago config/v0.9.0
  100. 580b862 go.mod: update golang.org/x dependencies by Gopher Robot · 6 months ago