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

fix: lowercase filter operator and increase default conn settings #3310

Merged
merged 1 commit into from
Aug 10, 2023

Conversation

srikanthccv
Copy link
Member

This commit allows configuring the ClickHouse client connection options MaxOpenConns, MaxIdleConns, and DialTimeout. The default values from the client library do not work well when tens of alerts are configured, and when several team members in org access the UI, it is easy to have ten running connections busy and the remaining request timeout quickly.

And also fixes #3210

@github-actions github-actions bot added the bug Something isn't working label Aug 10, 2023
@srikanthccv srikanthccv marked this pull request as ready for review August 10, 2023 10:10
@srikanthccv
Copy link
Member Author

I believe logs operator is already taken care here

op := v3.FilterOperator(strings.ToLower(strings.TrimSpace(string(item.Operator))))

@srikanthccv
Copy link
Member Author

@makeavish I'd appreciate your review. The latency chart breaks when (cloud) users use filtering

Screenshot 2023-08-10 at 4 18 16 PM .

@makeavish
Copy link
Member

@makeavish I'd appreciate your review. The latency chart breaks when (cloud) users use filtering

Screenshot 2023-08-10 at 4 18 16 PM .

Wasn't aware that it was causing issues on staging. According to discussions I understood that this was not affecting users currently as it is being handled on the frontend temporarily.

@srikanthccv srikanthccv merged commit abb8b2b into develop Aug 10, 2023
8 of 10 checks passed
@srikanthccv srikanthccv deleted the conns-args branch August 10, 2023 11:50
indyarocks pushed a commit to indyarocks/signoz that referenced this pull request Aug 10, 2023
indyarocks added a commit to indyarocks/signoz that referenced this pull request Aug 10, 2023
fix: empty filters field (SigNoz#3290)

fix: lowercase filter operator and increase default conn settings (SigNoz#3310)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working testing-deploy
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Operator IN is case sensetive in query.
4 participants