Skip to content

Context propagation for mysql and mariadb#2681

Merged
laurit merged 4 commits intosignalfx:mainfrom
laurit:mysql-context-propagation
Mar 5, 2026
Merged

Context propagation for mysql and mariadb#2681
laurit merged 4 commits intosignalfx:mainfrom
laurit:mysql-context-propagation

Conversation

@laurit
Copy link
Copy Markdown
Collaborator

@laurit laurit commented Mar 3, 2026

No description provided.

@laurit laurit marked this pull request as ready for review March 3, 2026 12:00
@laurit laurit requested review from a team as code owners March 3, 2026 12:00

@Override
public boolean isHelperClass(String className) {
return className.startsWith("com.splunk.opentelemetry.instrumentation");
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

This implementation is already repeated few times in our repo. Maybe className.startsWith("com.splunk.opentelemetry.instrumentation") could go to some helper class or an interface as a static method and be called from here?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

we could introduce SplunkInstrumentationModule and put that method there and use that class in our instrumentations instead of InstrumentationModule

@laurit laurit merged commit 8fd4ac0 into signalfx:main Mar 5, 2026
29 checks passed
@laurit laurit deleted the mysql-context-propagation branch March 5, 2026 12:38
@github-actions github-actions bot locked and limited conversation to collaborators Mar 5, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants