opentelemetry-dotnet-contrib
opentelemetry-dotnet-contrib copied to clipboard
Dapper Collector
Is there any plan to release an OpenTelemetry collector for Dapper? Would this be something that would be implemented at a similar time to open-telemetry/opentelemetry-dotnet#79?
It'd be awesome to have telemetry data automatically populated from dapper, especially as a major reason for using dapper is the performance advantage it can give over something like EFCore.
There is already a collector for StackExchangeRedis (https://github.com/open-telemetry/opentelemetry-dotnet/tree/master/src/OpenTelemetry.Collector.StackExchangeRedis), so I'd be interested to know what would be involved in implementing something similar for dapper.
I'm not sure if Dapper would need to be instrumented for this, so I've created an issue on the Dapper repo too: https://github.com/StackExchange/Dapper/issues/1355
We are now focused on shipping core features of OpenTelemtery and getting to the stable version. We will definitely consider Dapper collector after that. In the meantime, we accept contributions :star:
Is there any developments in regards to this ? I would need either instrumentation for PostgreSQL or for Dapper.
Are there any news about this?