commit | 2ea457e09c50dfb8a0476316a1951b9f5e39c53e | [log] [tgz] |
---|---|---|
author | Jamal Carvalho <jamalcarvalho@google.com> | Thu Aug 24 16:29:19 2023 +0000 |
committer | Jamal Carvalho <jamalcarvalho@google.com> | Tue Aug 29 20:53:56 2023 +0000 |
tree | 9e92eb931d9a20ce2c90ed845a2276ae5b329fb7 | |
parent | 75cea6adca6badaf8acd658f8c92e223040cb5b0 [diff] |
godev/cmd/worker: add chart endpoint Similar to the merge endpoint, we'll call this with Cloud Scheduler at some interval. Currently this job will only produce partition graph data for a single week and relies on the upload config to determine the shape of the output. To generate chart data for a merged report make a request to /charts?date=<date>. A future CL will remove the query param requirement and instead run the job for a fixed interval of days, according to the time window we allow for report uploads. Only partition charts are generated at this time. The chart endpoint must be updated to get the chart type from the graph config. Change-Id: Ida14498c20bc8276e762f191ade94de9a78e2740 Reviewed-on: https://go-review.googlesource.com/c/telemetry/+/523736 TryBot-Result: Gopher Robot <gobot@golang.org> Run-TryBot: Jamal Carvalho <jamal@golang.org> Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
This repository holds the Go Telemetry server code and libraries.
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.