mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-04 16:23:11 +02:00
13 lines
343 B
Plaintext
13 lines
343 B
Plaintext
Monitoring service
|
|
Monitoring service should keep track of all communication
|
|
send between all services
|
|
Store logs with:
|
|
1. timestamp (when was a message send)
|
|
2. Message raw data
|
|
|
|
To decide:
|
|
What to use for Monitoring service?
|
|
Maybe cloud service will provide us with functioning one?
|
|
Maybe deployment tool already has one?
|
|
|