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

Add config for enriching activity with read-result-set-header #1538

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Tobbeman
Copy link

@Tobbeman Tobbeman commented Jan 2, 2025

Thread: #1524
Inspiration here: https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/416/files

First PR, as far as I can tell the only configuration is done via the connection string to I kept using that pattern.
All feedback is appreciated.

@bgrainger
Copy link
Member

Thanks for the PR!

as far as I can tell the only configuration is done via the connection string

I noted on #1524 (comment) that Npgsql configures this on NpgsqlDataSourceBuilder (but didn't provide a concrete specification for MySqlConnector). Rather than adding more connection string options, I'd like to go this way instead (probably with a MySqlConnectorTracingOptions that can be extended over time with more settings as necessary).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants