-
Notifications
You must be signed in to change notification settings - Fork 832
Improving logs and adding some spans on the parquet queryable #6806
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
b512b2f
to
23a9dd0
Compare
Signed-off-by: alanprot <[email protected]>
23a9dd0
to
35f9611
Compare
Signed-off-by: alanprot <[email protected]>
pkg/querier/parquet_queryable.go
Outdated
@@ -146,6 +147,9 @@ func NewParquetQueryable( | |||
shards := make([]*parquet_storage.ParquetShard, len(blocks)) | |||
errGroup := &errgroup.Group{} | |||
|
|||
span, _ := opentracing.StartSpanFromContext(ctx, "parquetQuerierWithFallback.OpenShards") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need to pass ctx to parquet_storage.OpenParquetShard
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good call.. lemme try wihtouc cancel
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PTAL?
Signed-off-by: alanprot <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
…project#6806) * Improving logs and adding some spans on the parquet queriable Signed-off-by: alanprot <[email protected]> * lint Signed-off-by: alanprot <[email protected]> * comments Signed-off-by: alanprot <[email protected]> --------- Signed-off-by: alanprot <[email protected]>
What this PR does:
Just improving logs and adding some traces spans on the parquet queryable.
Which issue(s) this PR fixes:
Fixes #
Checklist
CHANGELOG.md
updated - the order of entries should be[CHANGE]
,[FEATURE]
,[ENHANCEMENT]
,[BUGFIX]