Skip to content
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

Filter Out Endpoints #124

Open
cristianobinetti opened this issue Apr 9, 2024 · 0 comments
Open

Filter Out Endpoints #124

cristianobinetti opened this issue Apr 9, 2024 · 0 comments

Comments

@cristianobinetti
Copy link

Problem Description

When analyzing the issues on digma.ai, I always have to manually filter out endpoints that are not relevant for improving performance, such as ad hoc APIs for testing or monitoring purposes. Simply dismissing these irrelevant issues is not a viable solution because if the related endpoints are called again (which happens periodically with these kinds of APIs), the issues will reappear.

Solution Description

A potential solution would involve implementing filtering capabilities for HTTP request methods and URLs. One approach could be to establish a blacklist based on both the HTTP method and URLs for active issues, and to have a similar blacklist filter at the observability layer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant