Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Demo imageprovider docs #4273

Merged
merged 10 commits into from
Apr 15, 2024
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 @@
- [Quote Service](services/quote/)
- [Recommendation Service](services/recommendation/)
- [Shipping Service](services/shipping/)
- [Imageprovider Service](services/imageprovider/)

Check warning on line 55 in content/en/docs/demo/_index.md

View workflow job for this annotation

GitHub Actions / SPELLING check

Unknown word (Imageprovider)
klucsik marked this conversation as resolved.
Show resolved Hide resolved

## 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
9 changes: 9 additions & 0 deletions content/en/docs/demo/services/imageprovider.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: Imageprovider Service

Check warning on line 2 in content/en/docs/demo/services/imageprovider.md

View workflow job for this annotation

GitHub Actions / SPELLING check

Unknown word (Imageprovider)
klucsik marked this conversation as resolved.
Show resolved Hide resolved
linkTitle: Imageprovider

Check warning on line 3 in content/en/docs/demo/services/imageprovider.md

View workflow job for this annotation

GitHub Actions / SPELLING check

Unknown word (Imageprovider)
klucsik marked this conversation as resolved.
Show resolved Hide resolved
aliases: [imageprovider]

Check warning on line 4 in content/en/docs/demo/services/imageprovider.md

View workflow job for this annotation

GitHub Actions / SPELLING check

Unknown word (imageprovider)
klucsik marked this conversation as resolved.
Show resolved Hide resolved
---

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

Check failure on line 7 in content/en/docs/demo/services/imageprovider.md

View workflow job for this annotation

GitHub Actions / TEXT linter

textlint terminology error

Incorrect usage of the term: “nginx”, use “NGINX” instead

Check failure on line 7 in content/en/docs/demo/services/imageprovider.md

View workflow job for this annotation

GitHub Actions / TEXT linter

textlint terminology error

Incorrect usage of the term: “nginx”, use “NGINX” instead

Check warning on line 7 in content/en/docs/demo/services/imageprovider.md

View workflow job for this annotation

GitHub Actions / SPELLING check

Unknown word (whcih)

Check warning on line 7 in content/en/docs/demo/services/imageprovider.md

View workflow job for this annotation

GitHub Actions / SPELLING check

Unknown word (Thei)

Check warning on line 7 in content/en/docs/demo/services/imageprovider.md

View workflow job for this annotation

GitHub Actions / SPELLING check

Unknown word (insturemnted)
klucsik marked this conversation as resolved.
Show resolved Hide resolved

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

Check warning on line 9 in content/en/docs/demo/services/imageprovider.md

View workflow job for this annotation

GitHub Actions / SPELLING check

Unknown word (Imageprovider)
klucsik marked this conversation as resolved.
Show resolved Hide resolved
Loading