Dl/Product Release Checklist: Difference between revisions

From stonehomewiki
Jump to navigationJump to search
Line 6: Line 6:
* You should use a centralized logging system so it is easy to search logs from different service/component of your product.
* You should use a centralized logging system so it is easy to search logs from different service/component of your product.
* Your logging should not contain sensitive information or offensive words.
* Your logging should not contain sensitive information or offensive words.
</div>
</div>
<p></p>
= Metrics =
<div class="toccolours mw-collapsible mw-collapsed expandable">
<div class="mw-collapsible-preview"></div>
<div class="mw-collapsible-content">
* 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
</div>
</div>
</div>
</div>
<p></p>
<p></p>

Revision as of 23:09, 6 February 2024

Logging

Metrics