Description
Framework or Library Name
No response
Library Type
No response
Library Version(s)
No response
Describe the feature you'd like
In languages such as python, it's easy to filter out traces before they reach the agent. The .NET library doesn't support filtering traces: can it be added to the roadmap?
Filtering traces is crucial when you're monitoring your endpoints overall latencies and you have a /healthcheck
endpoint that is screwing up your average. Such endpoint has micro-seconds lantencies, while your other endpoints are in the millis.
This is even worse while developing new services. "app" endpoints receive little traffic, while the healthcheck one gets a constant rate of calls. Anomaly monitors from the "dev" environment will trigger for the wrong reason, making it harder for the team to evaluate them.
Is your feature request related to a problem?
No response
Describe alternatives you've considered
No response
Additional context
No response