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

Unified Diff: client/internal/logdog/butler/bundler/bundler.go

Issue 1975683002: LogDog: Implement prefix registration in Butler. (Closed) Base URL: https://github.com/luci/luci-go@logdog-butler-register-collector
Patch Set: Rebarse Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « client/cmd/logdog_butler/subcommand_stream.go ('k') | client/internal/logdog/butler/butler.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/internal/logdog/butler/bundler/bundler.go
diff --git a/client/internal/logdog/butler/bundler/bundler.go b/client/internal/logdog/butler/bundler/bundler.go
index 94a6234046a628a0ce2654d1b516c0130e8b2ede..b8a19ea439737a7514937aebd5d1769c3cc52498 100644
--- a/client/internal/logdog/butler/bundler/bundler.go
+++ b/client/internal/logdog/butler/bundler/bundler.go
@@ -30,8 +30,6 @@ type Config struct {
Project config.ProjectName
// Prefix is the common prefix for this set of streams.
Prefix types.StreamName
- // Secret is the prefix secret for this set of streams.
- Secret []byte
// MaxBufferedBytes is the maximum number of bytes to buffer in memory per
// stream.
@@ -192,7 +190,6 @@ func (b *Bundler) makeBundles() {
Timestamp: google.NewTimestamp(b.getClock().Now()),
Project: string(b.c.Project),
Prefix: string(b.c.Prefix),
- Secret: b.c.Secret,
},
}
var oldestContentTime time.Time
« no previous file with comments | « client/cmd/logdog_butler/subcommand_stream.go ('k') | client/internal/logdog/butler/butler.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698