Dl/Product Release Checklist: Difference between revisions

From stonehomewiki
Jump to navigationJump to search
No edit summary
Line 16: Line 16:
* Your application should emit telemetrics (time series) to a metrics system (e.g. AWS Cloud Watch)
* Your application should emit telemetrics (time series) to a metrics system (e.g. AWS Cloud Watch)
* You should have a centrailzed UI to watch telemetrics from different service/component of your product
* You should have a centrailzed UI to watch telemetrics from different service/component of your product
</div>
</div>
<p></p>
= Alarms =
<div class="toccolours mw-collapsible mw-collapsed expandable">
<div class="mw-collapsible-preview"></div>
<div class="mw-collapsible-content">
* You should define alarms based on your telemetrics
* The alarm should be able to notify your devop, for example, via pagerduty
</div>
</div>
</div>
</div>
<p></p>
<p></p>

Revision as of 23:11, 6 February 2024

Logging

Metrics

Alarms