-
Notifications
You must be signed in to change notification settings - Fork 59
Performance #597
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
Performance #597
Conversation
9c6f4ad
to
ccce6e6
Compare
4fb4586
to
d2de4f2
Compare
ccce6e6
to
d193a59
Compare
Signed-off-by: Alexandros Filios <[email protected]>
d193a59
to
0417f9c
Compare
37abd37
to
9c6e003
Compare
Signed-off-by: Alexandros Filios <[email protected]>
Signed-off-by: Alexandros Filios <[email protected]>
9c6e003
to
120dbcd
Compare
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.
LGTM. I had just a comment.
} | ||
viewContext, err := NewContextForInitiator("", ctx, cm.sp, cm.commLayer, cm.endpointService, id, view, cm.viewTracer) | ||
func (cm *manager) InitiateViewWithIdentity(view view.View, id view.Identity, ctx context.Context) (interface{}, error) { | ||
newCtx, span := cm.viewTracer.Start(ctx, "initiate_view_with_identity") |
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.
could we start this trace by adding to the name also the ID of the viewContext?
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.
We can add it as an attribute. Let's take this up in a separate PR
Signed-off-by: Alexandros Filios <[email protected]>
Signed-off-by: Alexandros Filios <[email protected]>
No description provided.