Skip to content

Commit aae1c60

Browse files
committed
rename demo services
1 parent ff3ee1d commit aae1c60

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

content/en/docs/demo/requirements/architecture.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,10 @@ Feature flags can be set through the flagd configurator user interface.
6060

6161
## Orchestration and Deployment
6262

63-
All services run on Kubernetes. The OpenTelemetry Collector should be
64-
deployed via the OpenTelemetry Operator, and run in a sidecar + gateway mode.
65-
Telemetry from each pod should be routed from agents to a gateway, and the
66-
gateway should export telemetry by default to an open source trace + metrics
67-
visualizer.
63+
All services run on Kubernetes. The OpenTelemetry Collector should be deployed
64+
via the OpenTelemetry Operator, and run in a sidecar + gateway mode. Telemetry
65+
from each pod should be routed from agents to a gateway, and the gateway should
66+
export telemetry by default to an open source trace + metrics visualizer.
6867

6968
For local/non-Kubernetes deployment, the Collector should be deployed via
7069
compose file and monitor not only traces/metrics from applications, but also the

content/en/docs/demo/scenarios/recommendation-cache/index.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@ work, and viewing the details allows us to get a better idea of what's going on.
7070
We can see in our waterfall view that the `app.cache_hit` attribute is set to
7171
false, and that the `app.products.count` value is extremely high.
7272

73-
Returning to the search UI, select `recommendation` in the Service dropdown,
74-
and search for `app.cache_hit=true` in the Tags box. Notice that requests tend
75-
to be faster when the cache is hit. Now search for `app.cache_hit=false` and
76-
compare the latency. You should notice some changes in the visualization at the
77-
top of the trace list.
73+
Returning to the search UI, select `recommendation` in the Service dropdown, and
74+
search for `app.cache_hit=true` in the Tags box. Notice that requests tend to be
75+
faster when the cache is hit. Now search for `app.cache_hit=false` and compare
76+
the latency. You should notice some changes in the visualization at the top of
77+
the trace list.
7878

7979
Now, since this is a contrived scenario, we know where to find the underlying
8080
bug in our code. However, in a real-world scenario, we may need to perform

0 commit comments

Comments
 (0)