How to enrich opentelemetry_instrumentation_sqlclient_db_client_operation_duration_bucket with command name? #2666
Unanswered
SergeyBelikof
asked this question in
Q&A
Replies: 1 comment
-
Metrics enrichment is not supported today. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello! I have ASP NET Core 9 application and I'm using AddSqlClientInstrumentation and can see the following metrics:
However, I would like to include information about the executed command, for example: command_name="dbo.GetOrderStatus".
Is it possible to enrich my metrics with this information?
Beta Was this translation helpful? Give feedback.
All reactions