Skip to content

Commit

Permalink
Add #average to maximum data point group
Browse files Browse the repository at this point in the history
  • Loading branch information
veit.heller committed Mar 27, 2024
1 parent 77fb503 commit a2333c0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Gt4Aws/GtAwsCloudWatchMaximumDataPointGroup.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ Class {
#category : #'Gt4Aws-Model'
}

{ #category : #accessing }
GtAwsCloudWatchMaximumDataPointGroup >> average [
^ (self items collect: #maximum) average
]

{ #category : #accessing }
GtAwsCloudWatchMaximumDataPointGroup >> gtViewCpuFor: aView [
<gtView>
Expand Down

0 comments on commit a2333c0

Please sign in to comment.