Skip to content

Commit c83c483

Browse files
authored
Demo imageprovider docs (#4273)
1 parent 97f51f4 commit c83c483

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

content/en/docs/demo/_index.md

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ found here:
5252
- [Quote Service](services/quote/)
5353
- [Recommendation Service](services/recommendation/)
5454
- [Shipping Service](services/shipping/)
55+
- [Image Provider Service](services/imageprovider/)
5556

5657
## Scenarios
5758

content/en/docs/demo/architecture.md

+2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ emailservice(Email Service):::ruby
2222
frauddetectionservice(Fraud Detection Service):::kotlin
2323
frontend(Frontend):::typescript
2424
frontendproxy(Frontend Proxy <br/>&#40Envoy&#41):::cpp
25+
imageprovider(Image Provider <br/>&#40nginx&#41):::cpp
2526
loadgenerator([Load Generator]):::python
2627
paymentservice(Payment Service):::javascript
2728
productcatalogservice(Product Catalog Service):::golang
@@ -33,6 +34,7 @@ queue[(queue<br/>&#40Kafka&#41)]
3334
Internet -->|HTTP| frontendproxy
3435
frontendproxy -->|HTTP| frontend
3536
loadgenerator -->|HTTP| frontendproxy
37+
frontendproxy -->|HTTP| imageprovider
3638
3739
queue -->|TCP| accountingservice
3840
queue -->|TCP| frauddetectionservice
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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/)

0 commit comments

Comments
 (0)