md/telemetrygodev: add a handler for report uploads

Added a handler for telemetry report uploads that writes files to
disk. An eventual implementation should handle validating data in
the reports.

Change-Id: I05ecb89ebc6fb39f4364b57a59b77c3e297a6ece
Reviewed-on: https://go-review.googlesource.com/c/telemetry/+/498815
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
Reviewed-by: Peter Weinberger <pjw@google.com>
Run-TryBot: Jamal Carvalho <jamal@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
4 files changed
tree: a3494e429fae259ee41edac86290bef09d1324b4
  1. config/
  2. godev/
  3. internal/
  4. CONTRIBUTING.md
  5. doc.go
  6. go.mod
  7. go.sum
  8. LICENSE
  9. PATENTS
  10. README.md
  11. types.go
README.md

Go Telemetry

This repository holds the Go Telemetry server code and libraries.

Report Issues / Send Patches

This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html.

The main issue tracker for the time repository is located at https://github.com/golang/go/issues. Prefix your issue with “x/telemetry:” in the subject line, so it is easy to find.