- Microservice Patterns and Best Practices
- Vinicius Feitosa Pacheco
- 211字
- 2021-06-30 19:02:58
Implementation gaps
In some cases, automated tests may not have been well written and do not cover all cases, or some external component, such as an API vendor, starts throwing errors in the application.
Often these errors are silent, and we only realize after a user reports the error. But questions remain as to how many users have experienced this error and not reported it. What value loss level mistake did the product have?
These questions have no answers and are almost impossible to quantify. To capture this kind of problem as quickly as possible all the time, we need to monitor the internal failures of the application.
For this type of monitoring, there are a number of tools, but the more prominent is Sentry. Sentry has very interesting features:
- See the impact of new deployments in real time
- Provide support to specific users interrupted by an error
- Detect and thwart fraud as it's attempted: unusual amounts of failures on purchases, authentication, and other critical areas
- External integrations
Sentry has a cost and unfortunately, there is no free option that is effective.
With the four fault points covered by warning systems, we are safe to continue with our development and put into production our microservices with the automated and continuous process.
- 網(wǎng)管員典藏書架:網(wǎng)絡(luò)管理與運(yùn)維實(shí)戰(zhàn)寶典
- Building Django 2.0 Web Applications
- 計(jì)算機(jī)網(wǎng)絡(luò)安全實(shí)訓(xùn)教程(第二版)
- 網(wǎng)絡(luò)的琴弦:玩轉(zhuǎn)IP看監(jiān)控
- 企業(yè)私有云建設(shè)指南
- Yii Application Development Cookbook(Second Edition)
- 城市治理一網(wǎng)統(tǒng)管
- OMNeT++與網(wǎng)絡(luò)仿真
- 4G小基站系統(tǒng)原理、組網(wǎng)及應(yīng)用
- 網(wǎng)管工具使用與技巧大全
- 網(wǎng)管第一課:網(wǎng)絡(luò)操作系統(tǒng)與配置管理
- React Cookbook
- Scala Design Patterns.
- 物聯(lián)網(wǎng)頂層設(shè)計(jì)與關(guān)鍵技術(shù)
- Getting Started with Memcached