File tree 3 files changed +13
-0
lines changed
3 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ found here:
52
52
- [ Quote Service] ( services/quote/ )
53
53
- [ Recommendation Service] ( services/recommendation/ )
54
54
- [ Shipping Service] ( services/shipping/ )
55
+ - [ Image Provider Service] ( services/imageprovider/ )
55
56
56
57
## Scenarios
57
58
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ emailservice(Email Service):::ruby
22
22
frauddetectionservice(Fraud Detection Service):::kotlin
23
23
frontend(Frontend):::typescript
24
24
frontendproxy(Frontend Proxy <br/>(Envoy)):::cpp
25
+ imageprovider(Image Provider <br/>(nginx)):::cpp
25
26
loadgenerator([Load Generator]):::python
26
27
paymentservice(Payment Service):::javascript
27
28
productcatalogservice(Product Catalog Service):::golang
@@ -33,6 +34,7 @@ queue[(queue<br/>(Kafka))]
33
34
Internet -->|HTTP| frontendproxy
34
35
frontendproxy -->|HTTP| frontend
35
36
loadgenerator -->|HTTP| frontendproxy
37
+ frontendproxy -->|HTTP| imageprovider
36
38
37
39
queue -->|TCP| accountingservice
38
40
queue -->|TCP| frauddetectionservice
Original file line number Diff line number Diff line change
1
+ ---
2
+ title : Image Provider Service
3
+ linkTitle : Image Provider
4
+ ---
5
+
6
+ This service provides the images which are used in the frontend. The images are
7
+ statically hosted on a NGINX instance. The NGINX server is instrumented with the
8
+ [ nginx-otel module] ( https://github.com/nginxinc/nginx-otel/tree/main ) .
9
+
10
+ [ Image Provider service source] ( https://github.com/open-telemetry/opentelemetry-demo/blob/main/src/imageprovider/ )
You can’t perform that action at this time.
0 commit comments