Replies: 1 comment
-
Not possible as there is no spec about removing SpanEvents (ActivityEvents...). I think the best option is to request AzureMonitor to provide a feature flag to not export ActivityEvents. Or better - report the issue at the source, and request the instrumentation to provide an opt-out feature from ActivityEvents. |
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
-
Hello,
We are using Pomelo, which in turn is using MySqlConnector
MySqlConnector is generating very nice activities for us to observe, however these activities have events which we would like to filter out since AzureMonitor sends as traces, increasing our cost.
We have a processor today, but would like to extend it to also remove events.
Is this achievable somehow? Activity.Events seems to be read only
Our current processor:
Beta Was this translation helpful? Give feedback.
All reactions