Skip to content

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

Merged
merged 5 commits into from
Jun 18, 2024
Merged

Performance #597

merged 5 commits into from
Jun 18, 2024

Conversation

alexandrosfilios
Copy link
Contributor

No description provided.

Signed-off-by: Alexandros Filios <[email protected]>
@alexandrosfilios alexandrosfilios changed the base branch from performance to main June 17, 2024 21:41
@alexandrosfilios alexandrosfilios force-pushed the performance-2 branch 2 times, most recently from 37abd37 to 9c6e003 Compare June 18, 2024 07:39
Signed-off-by: Alexandros Filios <[email protected]>
@adecaro adecaro self-requested a review June 18, 2024 08:22
Copy link
Contributor

@adecaro adecaro left a 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")
Copy link
Contributor

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?

Copy link
Contributor Author

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

@alexandrosfilios alexandrosfilios merged commit 1bb1184 into main Jun 18, 2024
18 checks passed
@alexandrosfilios alexandrosfilios deleted the performance-2 branch June 21, 2024 17:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants