Skip to content
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

fix(observability): fix the spans for the abort transaction #2188

Open
wants to merge 29 commits into
base: main
Choose a base branch
from

Conversation

surbhigarg92
Copy link
Contributor

@surbhigarg92 surbhigarg92 commented Nov 12, 2024

This PR fixes spans for the runTransaction for error cases and removes the Database.run span.

@surbhigarg92 surbhigarg92 requested review from a team as code owners November 12, 2024 09:44
@product-auto-label product-auto-label bot added size: m Pull request size is medium. api: spanner Issues related to the googleapis/nodejs-spanner API. labels Nov 12, 2024
@product-auto-label product-auto-label bot added size: l Pull request size is large. and removed size: m Pull request size is medium. labels Nov 19, 2024
@surbhigarg92 surbhigarg92 changed the title Abort test fix(observability): fix the spans for the abort transaction Nov 21, 2024
this.pool_.release(session!);
span.end();
callback!(err);
}
return;
}

span.addEvent('Using Session', {'session.id': session?.id});

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: can we create a const file and put all these event names

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: spanner Issues related to the googleapis/nodejs-spanner API. size: l Pull request size is large.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants