Skip to content

Commit ca28b7d

Browse files
committed
update comment
1 parent 88eeaee commit ca28b7d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

aws/logs_monitoring/enhanced_lambda_metrics.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -320,8 +320,8 @@ def parse_metrics_from_json_report_log(log_message):
320320
else:
321321
tags.append("cold_start:false")
322322

323-
# Billed duration only available for On-Demand Lambda functions, for Managed Instances,
324-
# billed duration is no longer available.
323+
# Billed duration only available for On-Demand Lambda functions,
324+
# for Managed Instances, this is no longer available.
325325
billed_duration = record_metrics.get(BILLED_DURATION_RECORD_KEY)
326326
if billed_duration is not None and memory_allocated is not None:
327327
metrics.append(

0 commit comments

Comments
 (0)