Skip to content

Commit

Permalink
Missed some
Browse files Browse the repository at this point in the history
  • Loading branch information
annatisch authored Mar 27, 2024
1 parent eba6dba commit 884eb7b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ def query_resources(
:paramtype resource_ids: list[str]
:keyword metric_namespace: Metric namespace that contains the requested metric names. Required.
:paramtype metric_namespace: str
:keyword metric_names: The names of the metrics (comma separated) to retrieve. Required.
:keyword metric_names: The names of the metrics to retrieve. Required.
:paramtype metric_names: list[str]
:keyword timespan: The timespan for which to query the data. This can be a timedelta,
a tuple of a start datetime with timedelta, or a tuple with start datetime and end datetime.
a tuple of a start datetime with timedelta, or a tuple with start and end datetimes.
:paramtype timespan: Optional[Union[~datetime.timedelta, tuple[~datetime.datetime, ~datetime.timedelta],
tuple[~datetime.datetime, ~datetime.datetime]]]
:keyword granularity: The granularity (i.e. timegrain) of the query.
Expand Down

0 comments on commit 884eb7b

Please sign in to comment.