Merged
Conversation
Backports PR #10020 **Commit 1:** updating agg_config to allow adding parent aggregations * Original sha: f83a3af * Authored by ppisljar <peter.pisljar@gmail.com> on 2017-01-23T21:05:04Z **Commit 2:** derivative metric aggregation * Original sha: c04b6c9 * Authored by ppisljar <peter.pisljar@gmail.com> on 2017-01-23T21:05:51Z **Commit 3:** disable on metric and tagcloud * Original sha: 0698336 * Authored by ppisljar <peter.pisljar@gmail.com> on 2017-01-23T21:06:13Z **Commit 4:** fixing point series to correctly handle missing y values * Original sha: 69a5329 * Authored by ppisljar <peter.pisljar@gmail.com> on 2017-01-23T21:06:39Z **Commit 5:** adding unit tests * Original sha: 85c0b46 * Authored by ppisljar <peter.pisljar@gmail.com> on 2017-01-23T21:07:01Z **Commit 6:** fix broken ui * Original sha: 20ae746 * Authored by ppisljar <peter.pisljar@gmail.com> on 2017-01-24T19:21:59Z **Commit 7:** removing percentile ranks * Original sha: 7402c6c * Authored by ppisljar <peter.pisljar@gmail.com> on 2017-01-24T20:11:45Z **Commit 8:** updating based on review * Original sha: 40af4a3 * Authored by ppisljar <peter.pisljar@gmail.com> on 2017-01-25T07:14:21Z **Commit 9:** fixing bug and adding make_nested_label tests * Original sha: 1d5e0c3 * Authored by ppisljar <peter.pisljar@gmail.com> on 2017-01-27T09:55:22Z **Commit 10:** fixing error * Original sha: affdef6 * Authored by ppisljar <peter.pisljar@gmail.com> on 2017-02-06T09:56:51Z **Commit 11:** fixing test * Original sha: b043ce1 * Authored by ppisljar <peter.pisljar@gmail.com> on 2017-02-06T09:59:35Z **Commit 12:** fixing based on last review * Original sha: 8b321d6 * Authored by ppisljar <peter.pisljar@gmail.com> on 2017-02-06T16:49:42Z **Commit 13:** fixing based on thomas review * Original sha: 32e75cc * Authored by ppisljar <peter.pisljar@gmail.com> on 2017-02-06T17:13:29Z **Commit 14:** allow nested aggs * Original sha: 1754424 * Authored by ppisljar <peter.pisljar@gmail.com> on 2017-02-06T17:25:51Z **Commit 15:** prevent sorting on derivative metric * Original sha: ea7c055 * Authored by ppisljar <peter.pisljar@gmail.com> on 2017-02-06T18:33:08Z **Commit 16:** updating based on last review * Original sha: acb11d8 * Authored by ppisljar <peter.pisljar@gmail.com> on 2017-02-07T09:10:56Z **Commit 17:** adding error message when histogram is not the last bucket * Original sha: 4dc6af6 * Authored by ppisljar <peter.pisljar@gmail.com> on 2017-02-13T12:10:36Z **Commit 18:** fixing test * Original sha: ff4777f * Authored by ppisljar <peter.pisljar@gmail.com> on 2017-02-13T13:09:03Z **Commit 19:** updating error message * Original sha: dc1133b * Authored by ppisljar <peter.pisljar@gmail.com> on 2017-02-13T18:37:33Z
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
derivative metric aggregation
Backports PR #10020
Commit 1:
updating agg_config to allow adding parent aggregations
Commit 2:
derivative metric aggregation
Commit 3:
disable on metric and tagcloud
Commit 4:
fixing point series to correctly handle missing y values
Commit 5:
adding unit tests
Commit 6:
fix broken ui
Commit 7:
removing percentile ranks
Commit 8:
updating based on review
Commit 9:
fixing bug and adding make_nested_label tests
Commit 10:
fixing error
Commit 11:
fixing test
Commit 12:
fixing based on last review
Commit 13:
fixing based on thomas review
Commit 14:
allow nested aggs
Commit 15:
prevent sorting on derivative metric
Commit 16:
updating based on last review
Commit 17:
adding error message when histogram is not the last bucket
Commit 18:
fixing test
Commit 19:
updating error message