Skip to content

Commit 66bbef7

Browse files
authored
Demo repo links: fix & check them all, update refcache (#6124)
1 parent 8dc9312 commit 66bbef7

File tree

11 files changed

+24
-13
lines changed

11 files changed

+24
-13
lines changed

.htmltest.yml

-3
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,6 @@ IgnoreURLs: # list of regexs of paths or URLs to be ignored
7373
# FIXME: same issue as for the OTel spec mentioned above:
7474
- ^https://github.com/open-telemetry/semantic-conventions/tree/main
7575

76-
# Ignore some links to GH repo content for now, most 4XX
77-
- ^https?://github\.com/open-telemetry/opentelemetry-demo/blob/main/src/(imageprovider|loadgenerator|otelcollector|.*service)
78-
7976
# Too many redirects as the server tries to figure out the country and language,
8077
# e.g.: https://www.microsoft.com/en-ca/sql-server.
8178
- ^https://www.microsoft.com/sql-server$

content/en/blog/2023/testing-otel-demo/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ screenshot of a trace for this operation:
211211
In this operation, we can see inner calls to multiple services, like
212212
[Frontend](https://github.com/open-telemetry/opentelemetry-demo/tree/main/src/frontend),
213213
[CheckoutService](https://github.com/open-telemetry/opentelemetry-demo/tree/main/src/checkoutservice),
214-
[CartService](https://github.com/open-telemetry/opentelemetry-demo/tree/main/src/cartservice),
214+
[CartService](https://github.com/open-telemetry/opentelemetry-demo/tree/main/src/cart/),
215215
[ProductCatalogService](https://github.com/open-telemetry/opentelemetry-demo/tree/main/src/productcatalogservice),
216216
[CurrencyService](https://github.com/open-telemetry/opentelemetry-demo/tree/main/src/currencyservice),
217217
and others.
@@ -233,7 +233,7 @@ triggered during the checkout:
233233
[ShippingService](https://github.com/open-telemetry/opentelemetry-demo/tree/main/src/shippingservice)
234234
was called and emitted spans correctly;
235235
- _“The cart was emptied”_, checking if the
236-
[CartService](https://github.com/open-telemetry/opentelemetry-demo/tree/main/src/cartservice)
236+
[CartService](https://github.com/open-telemetry/opentelemetry-demo/tree/main/src/cart/)
237237
was called and emitted spans correctly.
238238

239239
The final result was the following test YAML, which triggers the Checkout

content/en/docs/demo/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ found here:
5454
- [Quote Service](services/quote/)
5555
- [Recommendation Service](services/recommendation/)
5656
- [Shipping Service](services/shipping/)
57-
- [Image Provider Service](services/imageprovider/)
57+
- [Image Provider Service](services/image-provider/)
5858
- [React Native App](services/react-native-app/)
5959

6060
## Scenarios

content/en/docs/demo/docker-deployment.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ configuration from two files:
109109
- `otelcol-config-extras.yml`
110110

111111
To add your backend, open the file
112-
[src/otelcollector/otelcol-config-extras.yml](https://github.com/open-telemetry/opentelemetry-demo/blob/main/src/otelcollector/otelcol-config-extras.yml)
112+
[src/otel-collector/otelcol-config-extras.yml](https://github.com/open-telemetry/opentelemetry-demo/blob/main/src/otel-collector/otelcol-config-extras.yml)
113113
with an editor.
114114

115115
- Start by adding a new exporter. For example, if your backend supports OTLP

content/en/docs/demo/services/cart/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ aliases: [cartservice]
77
This service maintains items placed in the shopping cart by users. It interacts
88
with a Redis caching service for fast access to shopping cart data.
99

10-
[Cart service source](https://github.com/open-telemetry/opentelemetry-demo/blob/main/src/cartservice/)
10+
[Cart service source](https://github.com/open-telemetry/opentelemetry-demo/blob/main/src/cart/)
1111

1212
> **Note** OpenTelemetry for .NET uses the `System.Diagnostic.DiagnosticSource`
1313
> library as its API instead of the standard OpenTelemetry API for Traces and
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
---
22
title: Image Provider Service
33
linkTitle: Image Provider
4+
aliases: [imageprovider] # cSpell:disable-line
45
---
56

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

10-
[Image Provider service source](https://github.com/open-telemetry/opentelemetry-demo/blob/main/src/imageprovider/)
11+
For details, see the
12+
[image provider service source](https://github.com/open-telemetry/opentelemetry-demo/blob/main/src/image-provider/).

content/es/docs/demo/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ en cada servicio aquí:
5454
- [Servicio de Cotizaciones](services/quote/)
5555
- [Servicio de Recomendaciones](services/recommendation/)
5656
- [Servicio de Envío](services/shipping/)
57-
- [Servicio Proveedor de Imágenes](services/imageprovider/)
57+
- [Servicio Proveedor de Imágenes](services/image-provider/?i18n-patch)
5858

5959
## Escenarios
6060

content/ja/docs/demo/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ default_lang_commit: 1e69c8f94a605ce5624c6b6657080d98f633ac7b
5151
- [見積サービス](services/quote/)
5252
- [レコメンデーションサービス](services/recommendation/)
5353
- [配送サービス](services/shipping/)
54-
- [画像プロバイダーサービス](services/imageprovider/)
54+
- [画像プロバイダーサービス](services/image-provider/?i18n-patch)
5555

5656
## シナリオ {#scenarios}
5757

content/ja/docs/demo/architecture.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ classDef typescript fill:#e98516,color:black;
119119

120120
デモアプリケーションの[メトリック](/docs/demo/telemetry-features/metric-coverage/)[トレース](/docs/demo/telemetry-features/trace-coverage/) の計装の現状については、リンクをご確認ください。
121121

122-
コレクターの設定は [otelcol-config.yml](https://github.com/open-telemetry/opentelemetry-demo/blob/main/src/otelcollector/otelcol-config.yml) で行われており、代替のエクスポーターをここで設定することができます。
122+
コレクターの設定は [otelcol-config.yml](https://github.com/open-telemetry/opentelemetry-demo/blob/main/src/otel-collector/otelcol-config.yml?i18n-patch) で行われており、代替のエクスポーターをここで設定することができます。
123123

124124
```mermaid
125125
graph TB

content/zh/docs/demo/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ default_lang_commit: c2cd5b14
5050
- [报价服务](services/quote/)
5151
- [推荐服务](services/recommendation/)
5252
- [发货服务](services/shipping/)
53-
- [图片提供商服务](services/imageprovider/)
53+
- [图片提供商服务](services/image-provider/?i18n-patch)
5454

5555
## 应用场景
5656

static/refcache.json

+12
Original file line numberDiff line numberDiff line change
@@ -8399,6 +8399,10 @@
83998399
"StatusCode": 206,
84008400
"LastSeen": "2025-01-16T11:53:03.08475-05:00"
84018401
},
8402+
"https://github.com/open-telemetry/opentelemetry-demo/blob/main/src/cart/": {
8403+
"StatusCode": 206,
8404+
"LastSeen": "2025-01-30T10:52:29.52797-05:00"
8405+
},
84028406
"https://github.com/open-telemetry/opentelemetry-demo/blob/main/src/checkout/": {
84038407
"StatusCode": 206,
84048408
"LastSeen": "2025-01-16T18:15:55.588406336Z"
@@ -8415,6 +8419,10 @@
84158419
"StatusCode": 206,
84168420
"LastSeen": "2025-01-16T11:53:00.941653-05:00"
84178421
},
8422+
"https://github.com/open-telemetry/opentelemetry-demo/blob/main/src/image-provider/": {
8423+
"StatusCode": 206,
8424+
"LastSeen": "2025-01-30T10:37:57.975407-05:00"
8425+
},
84188426
"https://github.com/open-telemetry/opentelemetry-demo/blob/main/src/kafka/": {
84198427
"StatusCode": 206,
84208428
"LastSeen": "2025-01-16T11:53:01.328807-05:00"
@@ -8423,6 +8431,10 @@
84238431
"StatusCode": 206,
84248432
"LastSeen": "2025-01-21T15:24:31.221226625Z"
84258433
},
8434+
"https://github.com/open-telemetry/opentelemetry-demo/blob/main/src/otel-collector/otelcol-config-extras.yml": {
8435+
"StatusCode": 206,
8436+
"LastSeen": "2025-01-30T10:37:57.941533-05:00"
8437+
},
84268438
"https://github.com/open-telemetry/opentelemetry-demo/blob/main/src/otel-collector/otelcol-config.yml": {
84278439
"StatusCode": 206,
84288440
"LastSeen": "2025-01-16T11:53:13.345763-05:00"

0 commit comments

Comments
 (0)