Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(196)

Issue 2517503002: luci-go: Basic support for event logging in Go. (Closed)

Created:
4 years, 1 month ago by mcgreevy
Modified:
4 years, 1 month ago
Reviewers:
djd-OOO-Apr2017
CC:
andrew.wang, chromium-reviews, infra-reviews+luci-go_chromium.org, M-A Ruel, tandrii+luci-go_chromium.org, todd
Target Ref:
refs/heads/master
Project:
luci-go
Visibility:
Public.

Description

luci-go: Basic support for event logging in Go. BUG=658441 Committed: https://github.com/luci/luci-go/commit/c34ebd4c33298254cf237ed7b8113687ea583a2b

Patch Set 1 #

Total comments: 13

Patch Set 2 : address review comments #

Patch Set 3 : Add a unit test. #

Patch Set 4 : Add helpers for generating TypedTime #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5446 lines, -0 lines) Patch
A common/eventlog/eventlog.go View 1 2 3 1 chunk +120 lines, -0 lines 0 comments Download
A common/eventlog/eventlog_test.go View 1 2 1 chunk +41 lines, -0 lines 0 comments Download
A common/eventlog/internal/logservice/logservice.go View 1 1 chunk +73 lines, -0 lines 0 comments Download
A common/eventlog/proto/chrome_infra_log.pb.go View 1 chunk +3548 lines, -0 lines 0 comments Download
A common/eventlog/proto/goma_stats.pb.go View 1 chunk +1460 lines, -0 lines 0 comments Download
A common/eventlog/proto/log_request_lite.pb.go View 1 chunk +141 lines, -0 lines 0 comments Download
A common/eventlog/settings.go View 1 1 chunk +32 lines, -0 lines 0 comments Download
A examples/eventlog/main.go View 1 2 3 1 chunk +31 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (4 generated)
djd-OOO-Apr2017
https://codereview.chromium.org/2517503002/diff/1/common/eventlog/eventlog.go File common/eventlog/eventlog.go (right): https://codereview.chromium.org/2517503002/diff/1/common/eventlog/eventlog.go#newcode51 common/eventlog/eventlog.go:51: func (c *Client) LogSync(ctx context.Context, events []*ChromeInfraLogEvent) error { ...
4 years, 1 month ago (2016-11-21 04:02:24 UTC) #2
mcgreevy
https://codereview.chromium.org/2517503002/diff/1/common/eventlog/eventlog.go File common/eventlog/eventlog.go (right): https://codereview.chromium.org/2517503002/diff/1/common/eventlog/eventlog.go#newcode51 common/eventlog/eventlog.go:51: func (c *Client) LogSync(ctx context.Context, events []*ChromeInfraLogEvent) error { ...
4 years, 1 month ago (2016-11-21 04:51:06 UTC) #3
djd-OOO-Apr2017
lgtm https://codereview.chromium.org/2517503002/diff/1/common/eventlog/eventlog.go File common/eventlog/eventlog.go (right): https://codereview.chromium.org/2517503002/diff/1/common/eventlog/eventlog.go#newcode98 common/eventlog/eventlog.go:98: // The time at which an event occurrred. ...
4 years, 1 month ago (2016-11-21 05:51:26 UTC) #4
mcgreevy
On 2016/11/21 at 05:51:26, djd wrote: > lgtm > > https://codereview.chromium.org/2517503002/diff/1/common/eventlog/eventlog.go > File common/eventlog/eventlog.go (right): ...
4 years, 1 month ago (2016-11-21 06:21:34 UTC) #5
djd-OOO-Apr2017
LGTM still
4 years, 1 month ago (2016-11-21 21:45:55 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2517503002/60001
4 years, 1 month ago (2016-11-21 22:44:19 UTC) #8
commit-bot: I haz the power
4 years, 1 month ago (2016-11-21 22:50:17 UTC) #11
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://github.com/luci/luci-go/commit/c34ebd4c33298254cf237ed7b8113687ea583a2b

Powered by Google App Engine
This is Rietveld 408576698