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

Prevent 'auto' GROUP BY option in Kapacitor rule builder #1756

Merged
merged 2 commits into from Jul 21, 2017

Conversation

jaredscheib
Copy link
Contributor

@jaredscheib jaredscheib commented Jul 21, 2017

  • CHANGELOG.md updated with a link to the PR (not the Issue)
  • Rebased/mergable
  • Tests pass
  • Sign CLA (if not already signed)

Connect #1730

The problem

auto was appearing as an option (and the default option) in Kapacitor rule builder when a user would apply a function a field. This doesn't make sense and also would cause an unspecific error notification to the user (unless they looked at the console) when they tried to save their alert, if they had applied a function to a field and didn't change their GROUP BY away from the default option of 'auto', resulting in confusion and no insight into how to successfully save an alert.

The Solution

Make 10s the default option for Kapacitor rule builder function field GROUP BY dropdown, and prevent 'auto' from appearing.

@jaredscheib jaredscheib merged commit 30eb59c into master Jul 21, 2017
@jaredscheib jaredscheib deleted the fix/remove_auto_group_by_kapa_alerts-1730 branch July 21, 2017 23:07
This was referenced Jul 25, 2017
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

Successfully merging this pull request may close these issues.

None yet

2 participants