We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Database semantic convention stability implementation tracking issue
OTEL_SEMCONV_RC_OPT_IN
OTEL_SEMCONV_STABILITY_OPT_IN
db.client.operation.duration
error.type
db.response.status_code
db.query.summary
db.operation.batch.size
db.operation.name
db.collection.name
operation.name
db.namespace
The text was updated successfully, but these errors were encountered:
@trask @laurit which of these items are ready to be implemented?
Sorry, something went wrong.
I think most of them, would love your help, pick any and DM me or post on #otel-semconv-db-client-stability with any questions!
OK, I'll try #12802
No branches or pull requests
Database semantic convention stability implementation tracking issue
OTEL_SEMCONV_RC_OPT_IN
instead ofOTEL_SEMCONV_STABILITY_OPT_IN
until database semconv is actually marked stable to avoid confusion(?)db.client.operation.duration
metric #12802error.type
anddb.response.status_code
attributes (see [SqlClient] Add error.type and db.response.status_code attributes opentelemetry-dotnet-contrib#2262)db.query.summary
attribute (requires updating the jflex sql parsing)db.operation.batch.size
db.operation.name
anddb.collection.name
from query formats that support multiples semantic-conventions#1566operation.name
attribute to represent span name semantic-conventions#1567db.namespace
definitions to semconv repo for all of the supported instrumentationsThe text was updated successfully, but these errors were encountered: