Skip to content

Commit

Permalink
Demo imageprovider docs (#4273)
Browse files Browse the repository at this point in the history
  • Loading branch information
klucsik authored Apr 15, 2024
1 parent 97f51f4 commit c83c483
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions content/en/docs/demo/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ found here:
- [Quote Service](services/quote/)
- [Recommendation Service](services/recommendation/)
- [Shipping Service](services/shipping/)
- [Image Provider Service](services/imageprovider/)

## Scenarios

Expand Down
2 changes: 2 additions & 0 deletions content/en/docs/demo/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ emailservice(Email Service):::ruby
frauddetectionservice(Fraud Detection Service):::kotlin
frontend(Frontend):::typescript
frontendproxy(Frontend Proxy <br/>&#40Envoy&#41):::cpp
imageprovider(Image Provider <br/>&#40nginx&#41):::cpp
loadgenerator([Load Generator]):::python
paymentservice(Payment Service):::javascript
productcatalogservice(Product Catalog Service):::golang
Expand All @@ -33,6 +34,7 @@ queue[(queue<br/>&#40Kafka&#41)]
Internet -->|HTTP| frontendproxy
frontendproxy -->|HTTP| frontend
loadgenerator -->|HTTP| frontendproxy
frontendproxy -->|HTTP| imageprovider
queue -->|TCP| accountingservice
queue -->|TCP| frauddetectionservice
Expand Down
10 changes: 10 additions & 0 deletions content/en/docs/demo/services/imageprovider.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: Image Provider Service
linkTitle: Image Provider
---

This service provides the images which are used in the frontend. The images are
statically hosted on a NGINX instance. The NGINX server is instrumented with the
[nginx-otel module](https://github.com/nginxinc/nginx-otel/tree/main).

[Image Provider service source](https://github.com/open-telemetry/opentelemetry-demo/blob/main/src/imageprovider/)

0 comments on commit c83c483

Please sign in to comment.