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

Vert.x 3.9 MySQLClient instrumentation #2560

Merged
merged 4 commits into from
Apr 1, 2021
Merged

Conversation

bantonsson
Copy link
Contributor

No description provided.

@bantonsson bantonsson added the inst: others All other instrumentations label Mar 30, 2021
@bantonsson bantonsson self-assigned this Mar 30, 2021
@bantonsson bantonsson requested a review from a team as a code owner March 30, 2021 07:48
@Advice.This final Query<?> zis, @Advice.Return final Query<?> ret) {
ContextStore<Query, QueryInfo> contextStore =
InstrumentationContext.get(Query.class, QueryInfo.class);
contextStore.put(ret, contextStore.get(zis));
Copy link
Member

Choose a reason for hiding this comment

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

ah get zis 😂

@bantonsson bantonsson merged commit d4d8249 into master Apr 1, 2021
@bantonsson bantonsson deleted the ban/vertx-mysql-client branch April 1, 2021 13:38
@github-actions github-actions bot added this to the 0.78.0 milestone Apr 1, 2021
@bm1549 bm1549 added the inst: vertx Eclipse Vert.x instrumentation label Oct 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
inst: others All other instrumentations inst: vertx Eclipse Vert.x instrumentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants