Skip to content

Commit ef3fe75

Browse files
rayabagimarkkuhn
andauthored
Update src/Amazon.CloudWatch.EMF/Model/MetricDirective.cs
Co-authored-by: Mark Kuhn <kuhn.mark@outlook.com>
1 parent 54e01a8 commit ef3fe75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Amazon.CloudWatch.EMF/Model/MetricDirective.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ internal void PutMetric(string key, double value, StorageResolution storageResol
4848
/// <param name="key">the name of the metric</param>
4949
/// <param name="value">the value of the metric</param>
5050
/// <param name="unit">the units of the metric</param>
51-
/// <param name="storageResolution">the storage resolution of the metric. Default Set to StandardResolution with 60</param>
51+
/// <param name="storageResolution">the storage resolution of the metric. Defaults to Standard Resolution</param>
5252
internal void PutMetric(string key, double value, Unit unit, StorageResolution storageResolution = StorageResolution.STANDARD)
5353
{
5454
var metric = _metrics.FirstOrDefault(m => m.Name == key);

0 commit comments

Comments
 (0)