Skip to content

Commit 0ae6700

Browse files
committed
fix: metrics
1 parent 84d43df commit 0ae6700

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/bootstrap-alarms.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,14 @@ jobs:
5151
5252
echo "Creating alarm: ${ALARM_NAME}"
5353
54+
# period = 691200s = 8 days (7-day schedule + 1-day buffer)
5455
aws cloudwatch put-metric-alarm \
5556
--alarm-name "${ALARM_NAME}" \
5657
--alarm-description "Integration test: ${distro} ${distro_version} / ruby ${runtime_version} (${arch})" \
5758
--namespace "${ALARM_NAMESPACE}" \
5859
--metric-name "TestResult" \
5960
--dimensions "Name=Distro,Value=${distro}" "Name=DistroVersion,Value=${distro_version}" "Name=RuntimeVersion,Value=${runtime_version}" "Name=Arch,Value=${arch}" \
6061
--statistic SampleCount \
61-
# 8 days (7-day schedule + 1-day buffer)
6262
--period 691200 \
6363
--evaluation-periods 1 \
6464
--datapoints-to-alarm 1 \

0 commit comments

Comments
 (0)