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.
- Host: GitHub
- URL: https://github.com/drmarjanovic/msc
- Owner: drmarjanovic
- Created: 2020-01-02T14:50:09.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-17T17:35:06.000Z (about 6 years ago)
- Last Synced: 2025-02-07T14:45:42.624Z (about 1 year ago)
- Topics: functional-programming, microservices, scala, telemetry, zio-telemetry
- Language: Scala
- Size: 129 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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.