Skip to content

Commit

Permalink
Merge branch 'master' into Avital/CON-24326-Ocean-AKS-Support-Custom-…
Browse files Browse the repository at this point in the history
…Linux-OS-config
  • Loading branch information
Avital Werzberger committed Mar 18, 2024
2 parents 4c4520f + 9855cff commit 987b797
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ required:
properties:
duration:
type: string
description: The period of time in the past started from the current time indicating the collected in this period data to be returned
example: 1m
description: The window of time we are looking at in CloudWatch. For example, if the values is `5m` then basically we will fetch data from (now-5m) to now
example: 5m
metricDataQueries:
type: array
description: The metric queries to be returned. A single MetricData call can include as many as 500 MetricDataQuery structures. Each of these structures can specify either a metric to retrieve, a Metrics Insights query, or a math expression to perform on retrieved data
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ required:
properties:
duration:
type: string
description: The period of time in the past started from the current time indicating the collected in this period data to be returned
description: The window of time we are looking at in DataDog. For example, if the values is `5m` then basically we will fetch data from (now-5m) to now
example: 1m
query:
type: string
Expand Down

0 comments on commit 987b797

Please sign in to comment.