Skip to content

Commit ac3aa85

Browse files
committed
Merge branch 'master' of github.com:lewapek/workshop-products-management
2 parents 5878808 + 584d302 commit ac3aa85

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# Observability demo apps
22

3-
Applications used to demonstrate distributed tracing with OpenTelemetry with some metrics scraped by Prometheus server during various training sessions.
4-
For simplicity each application specific code is placed inside module with common code in `common` module.
5-
Also for simplicity each app uses the same postgres db (however different tables inside, normally that should be separate db).
3+
Applications to demonstrate distributed tracing with OpenTelemetry + metrics scraped by Prometheus server.
4+
I use these apps during various workshop sessions I conduct. They also run on Kubernetes with multiple replicas/versions and advanced routing (service mesh included). However, what you find below should be sufficient to run the whole stack locally with a single docker-compose command.
65

76
## Quickstart
87

@@ -42,6 +41,9 @@ Then below you may be interested in the following:
4241
- module `common` - common functionalities
4342
- other modules (`product`, `order`, `view`, `consumer`) represent 4 apps
4443

44+
For simplicity each application specific code is placed inside module with common code in `common` module.
45+
Also for simplicity each app uses the same postgres db (however different tables inside, normally that should be separate db).
46+
4547
## Tracing
4648
This app uses `zio-opentelmetry` to send spans using newest `OpenTelemetry` standard.
4749

0 commit comments

Comments
 (0)