OpenTelemetry.Instrumentation.DataverseServiceClient v1.1 is released
In this update the DbStatement tag is added to CRUD operations on a single entity, like Create, Update, Delete and Retrieve.
It will fill the DbStatement with a SQL statement that represents the action.
Keep in mind that this is just a SQL representation of the FetchXML query.
You can download it here: https://www.nuget.org/packages/RemyDuijkeren.OpenTelemetry.Instrumentation.DataverseServiceClient#readme-body-tab
Hopefully, you can find some usefulness in it. Please let me know!