Skip to content

Commit

Permalink
Add missing cloudwatch statistics in CommonMetricOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
rigwild committed Nov 24, 2022
1 parent 9c4ad04 commit 0d1e74d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/@aws-cdk/aws-cloudwatch/lib/metric.ts
Expand Up @@ -32,6 +32,11 @@ export interface CommonMetricOptions {
* - "Sum" | "sum"
* - "SampleCount | "n"
* - "pNN.NN"
* - "tmNN.NN" | "tm(NN.NN%:NN.NN%)"
* - "iqm"
* - "wmNN.NN" | "wm(NN.NN%:NN.NN%)"
* - "tcNN.NN" | "tc(NN.NN%:NN.NN%)"
* - "tsNN.NN" | "ts(NN.NN%:NN.NN%)"
*
* @default Average
*/
Expand Down

0 comments on commit 0d1e74d

Please sign in to comment.