MySqlConnector icon indicating copy to clipboard operation
MySqlConnector copied to clipboard

Create MySqlConnector.OpenTelemetry package

Open bgrainger opened this issue 3 years ago • 1 comments

This could be a very simple shim that adds a public static TracerProviderBuilder AddMySqlConnector(this TracerProviderBuilder builder) API.

See Npgsql implementation https://github.com/npgsql/npgsql/tree/main/src/Npgsql.OpenTelemetry and documentation https://www.npgsql.org/doc/diagnostics.html#tracing-with-opentelemetry-experimental for an example.

bgrainger avatar Oct 16 '21 22:10 bgrainger

Npgsql issue: https://github.com/npgsql/npgsql/pull/4040

bgrainger avatar Oct 17 '21 14:10 bgrainger