-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle ambiguous
metric_time
filters in YAML definitions (#1342)
Handle ambiguous `metric_time` filters in metric YAML definitions. The expected behavior for an ambiguous `metric_time` filter in a metric's YAML definition is that it will use the default time granularity for the metric _where the filter is defined_. This means that if a filter is defined on a derived metric's input metric, that filter will use the derived metrics time granularity, not the input metric's time granularity. Aside from that change, this adds tests for other types of ambiguous `metric_time` YAML filters.
- Loading branch information
1 parent
e2c2271
commit 80d4612
Showing
29 changed files
with
478 additions
and
102 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.