Uh oh!
There was an error while loading. Please reload this page.
Allow using a metric type in the Query method select_metrics. - #2735
Allow using a metric type in the Query method select_metrics.#2735supriyagarg wants to merge 2 commits into
select_metrics.#2735Conversation
supriyagarg
commented
Nov 14, 2016
@rimey: Please take a look. |
4d42b87 to
90ff89bCompare| new_metric_type = kwargs.get('metric_type') | ||
| if new_metric_type is not None: | ||
| self.metric_type = new_metric_type | ||
| kwargs.pop('metric_type', None) |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
b7335ab to
84122a1Compare
dhermes
left a comment
There was a problem hiding this comment.
LGTM other than one tiny nit
| As a special case, ``"metric_type"`` is treated as a special | ||
| pseudo-label corresponding to the filter object ``metric.type``. | ||
| For example, ``metric_type=<value>`` generates:: |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This is useful when a user wants to apply the exact same filters (duration, aggregation, resource labels) for a different metric type.
84122a1 to
52f304fComparelukesneeringer
commented
Aug 7, 2017
Hi @supriyagarg, We are still willing to accept this in principle, but can not make changes to your PR (since you have it configured not to allow this). Therefore, I am going to close this issue as stale for now. If you would like to make the necessary updates, though, we would be happy to consider doing this. |
…udPlatform/python-docs-samples#2735) * dialogflow: split up entity and entity type tests * delete old file * run black on new files
This is useful when a user wants to apply the exact same filters (duration, aggregation, resource labels) for a different metric type.