DX Criteria (v202104)/企業のデジタル化とソフトウェア活用のためのガイドライン
/
✅
クライテリア
/
SYSTEM-6-7
SYSTEM-6-7
2021/1/20
7:02
2021/3/24
7:51
クライテリア
疎結合なシステムであるが、分散トレーシングの仕組みがなく、問題発生時の原因特定に時間がかかる。
タイプ
疎結合アーキテクチャ
観点
アンチパターン
用語解説
分散トレーシング
分散されたシステムで処理されるリクエストを追跡(トレーシング)するためのものです。
参考資料
Microservices Pattern: Distributed tracing
You have applied the Microservice architecture pattern. Requests often span multiple services. Each service handles a request by performing one or more operations, e.g. database queries, publishes messages, etc.
https://microservices.io/patterns/observability/distributed-tracing.html