-
Notifications
You must be signed in to change notification settings - Fork 296
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
[Instrumentation.StackExchangeRedis] StackExchangeRedis Instrumentation to leverage native Activity Status #686
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #686 +/- ##
==========================================
- Coverage 77.76% 77.75% -0.01%
==========================================
Files 175 175
Lines 5261 5260 -1
==========================================
- Hits 4091 4090 -1
Misses 1170 1170
|
Need changelog entry |
@@ -107,8 +107,6 @@ public static Activity ProfilerCommandToActivity(Activity parentActivity, IProfi | |||
// Total: | |||
// command.ElapsedTime; // 00:00:32.4988020 | |||
|
|||
activity.SetStatus(Status.Unset); |
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.
there was never a case where we set status to error?
This PR was marked stale due to lack of activity. It will be closed in 7 days. |
Closed as inactive. Feel free to reopen if this PR is still being worked on. |
Related to #707