| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| 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) |
There was a problem hiding this comment.
LGTM other than one tiny nit
Sorry, something went wrong.
|
|
||
| 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 is useful when a user wants to apply the exact same filters (duration, aggregation, resource labels) for a different metric type.
|
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. |
Sorry, something went wrong.
…udPlatform/python-docs-samples#2735) * dialogflow: split up entity and entity type tests * delete old file * run black on new files
| Back | FazBrowse Home | New Git URL |
This is useful when a user wants to apply the exact same filters (duration, aggregation, resource labels) for a different metric type.