An open API service indexing awesome lists of open source software.

https://github.com/drmarjanovic/msc

An example of using telemetry in a system built on microservices-based architecture.
https://github.com/drmarjanovic/msc

functional-programming microservices scala telemetry zio-telemetry

Last synced: 12 months ago
JSON representation

An example of using telemetry in a system built on microservices-based architecture.

Awesome Lists containing this project

README

          

# Case study: Using telemetry in microservices

An example of using telemetry in a system built on microservices-based architecture.

The system contains out of 5 services:
- **proxy**: serves as a proxy
- **contacts**: takes care about user's contacts
- **messages**: used for sending messages
- **updates**: used for handling updates
- **users**: takes care of users

Each service contains its own `README.md` along with specification and instructions how to run it.