You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the Feature Request
Hi! In #1390 I wanted to descibe the problem with infinite discovery events. They litter our traces, and I suppose they slow down our trace search.
In other to remove discovery events completely from traces you need to provide tracing details with such a bit mask:
Firstly, this is too complicated since I need 4 flags to remove 4 spans spawning infinitely.
I would like to remove them in one xor.
Secondly, ^trace.DriverConnEvents leads to the loss of spans in other parts. I would like to remove (*conn).Invoke spans only for discovery events but to leave them in query events and so on.
Describe Preferred Solution
So, one flag to remove discovery events instead of four and splitting (*conn).Invoke traces into discovery and non-discovery.
Describe Alternatives
Related Code
Additional Context
If the feature request is approved, would you be willing to submit a PR?
No
The text was updated successfully, but these errors were encountered:
Feature Request
Describe the Feature Request
Hi! In #1390 I wanted to descibe the problem with infinite discovery events. They litter our traces, and I suppose they slow down our trace search.
In other to remove discovery events completely from traces you need to provide tracing details with such a bit mask:
Firstly, this is too complicated since I need 4 flags to remove 4 spans spawning infinitely.
I would like to remove them in one xor.
Secondly,
^trace.DriverConnEvents
leads to the loss of spans in other parts. I would like to remove(*conn).Invoke
spans only for discovery events but to leave them in query events and so on.Describe Preferred Solution
So, one flag to remove discovery events instead of four and splitting
(*conn).Invoke
traces into discovery and non-discovery.Describe Alternatives
Related Code
Additional Context
If the feature request is approved, would you be willing to submit a PR?
No
The text was updated successfully, but these errors were encountered: