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

Ability to use negative filter on Exceptions page #4897

Open
TeamNautilus opened this issue Apr 22, 2024 · 1 comment
Open

Ability to use negative filter on Exceptions page #4897

TeamNautilus opened this issue Apr 22, 2024 · 1 comment

Comments

@TeamNautilus
Copy link

TeamNautilus commented Apr 22, 2024

Is your feature request related to a problem?

We have a lot of exceptions that are not grouped (but we don't want to lose the grouping by message using the low_cardinal_exception_grouping=true) and it's a bit difficult to analyze all of them because we can not filter out some "noisy" exceptions (that we still want to track).

Describe the solution you'd like

exceptionType parameter should support negative filtering, like passing "-ExceptionType" or using another parameter for the negate filtering

Describe alternatives you've considered

  • using low_cardinal_exception_grouping=true
  • change something at the application level

Additional context

We believe the necessary change might be implemented in the function ListErrors within signoz/pkg/query-service/app/clickhouseReader/reader.go. This would involve parsing and handling the negative filter of the ExceptionType in the ClickHouse query. However, we are not proficient enough in Go to propose a specific code change.

Copy link

welcome bot commented Apr 22, 2024

Thanks for opening this issue. A team member should give feedback soon. In the meantime, feel free to check out the contributing guidelines.

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