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

Feature/port 1.3.8.x pixel #2071

Merged
merged 5 commits into from
Oct 4, 2017
Merged

Feature/port 1.3.8.x pixel #2071

merged 5 commits into from
Oct 4, 2017

Conversation

nhaugo
Copy link
Contributor

@nhaugo nhaugo commented Oct 3, 2017

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

The problem

Group by time was forcing too many points on cells

The Solution

Reduce the group by time so there is 1 point per 3 pixels

@nhaugo nhaugo requested a review from goller October 3, 2017 23:52
goller
goller previously requested changes Oct 4, 2017
chronograf.go Outdated
if duration == 0 {
duration = 1
}
return "time(" + strconv.Itoa(int(duration)) + "s)"
ress := "time(" + strconv.Itoa(int(duration)) + "s)"
return ress
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should change to just a return rather than two lines

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh heh, debugging left in

@nhaugo nhaugo merged commit 9e1020d into master Oct 4, 2017
@nhaugo nhaugo deleted the feature/port-1.3.8.x-pixel branch October 4, 2017 19:53
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.

2 participants