-
Notifications
You must be signed in to change notification settings - Fork 778
New issue
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
Feature: Activity Filter capability for OpenTelemetry.Instrumentation.SqlClient #3342
Conversation
{ | ||
if (this.options.EventFilter(activity, "OnCustom", command) == false) | ||
{ | ||
SqlClientInstrumentationEventSource.Log.FilterException(activity.OperationName); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no exception here?
This PR was marked stale due to lack of activity and will be closed in 7 days. Commenting or Pushing will instruct the bot to automatically remove the label. This bot runs once per day. |
Closed as inactive. Feel free to reopen if this PR is still being worked on. |
@cijothomas would it be possible to reopen this PR? Happy to help with any outstanding issues. Your comment above re: possible exception was the only issue? |
@cijothomas @jvinters are we deadlocked here? |
@Driedas You can open a new PR, and mention this PR in the description. Thanks. |
Fixes #.
Changes
Related: #2020, open-telemetry/opentelemetry-dotnet-contrib#1757
For significant contributions please make sure you have completed the following items:
CHANGELOG.md
updated for non-trivial changes