opentelemetry-instrumentation-dbapi: Add Database client operation duration and returned rows metrics#4481
Conversation
…ration and returned rows metrics
|
Great to see some metrics added! Though this partially overlaps with the semconv stuff I have in #4109 Not sure how to proceed. 🤔 |
@tammy-baylis-swi I don't think there will be too many conflicts, I can rebase my changes on top of yours when your changes are merged in. |
|
|
Thanks for the PR! Just a heads-up: we no longer update Please add the appropriate changelog fragment for this change instead of editing |
Description
Adds support for client operation duration and returned row metrics when Semconv opt-in is enabled for Database semantic conventions.
Fixes #4480
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Does This PR Require a Core Repo Change?
Checklist:
See contributing.md for styleguide, changelog guidelines, and more.