Skip to content

[FEATURE]: Add support to filtering traces #6749

Open
@ffissore

Description

@ffissore

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    type:enhancementImprovement to an existing feature

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions