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

Unified Diff: common/logdog/coordinator/query.go

Issue 1916013002: LogDog: Add project namespacing to `logdog_cat` (Closed) Base URL: https://github.com/luci/luci-go@logdog-project-collector-butler
Patch Set: Rebase, project UI. Created 4 years, 8 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 | « common/logdog/coordinator/list.go ('k') | common/logdog/coordinator/stream.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: common/logdog/coordinator/query.go
diff --git a/common/logdog/coordinator/query.go b/common/logdog/coordinator/query.go
index 86aeee0bb8473d99b1adc9b6a6ffa73ba87d34e8..027fd0faae61551dc31b0e5a5cf5e521c995639e 100644
--- a/common/logdog/coordinator/query.go
+++ b/common/logdog/coordinator/query.go
@@ -132,6 +132,7 @@ type QueryCallback func(r *LogStream) bool
// result.
func (c *Client) Query(ctx context.Context, q *Query, cb QueryCallback) error {
req := logdog.QueryRequest{
+ Project: string(c.project),
Path: q.Path,
ContentType: q.ContentType,
Older: google.NewTimestamp(q.Before),
« no previous file with comments | « common/logdog/coordinator/list.go ('k') | common/logdog/coordinator/stream.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698