You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/ninja-workshops/9-solving-problems-with-o11y-cloud/3-deploy-sample-app.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,6 +78,9 @@ deployment.apps/loadgenerator created
78
78
79
79
## Explore the Application
80
80
81
+
We'll provide an overview of the application in this section. If you'd like to see the complete source
82
+
code for the application, refer to the [Observability Workshop repository in GitHub](https://github.com/splunk/observability-workshop/tree/main/workshop/tagging)
83
+
81
84
### OpenTelemetry Instrumentation
82
85
83
86
If we look at the Dockerfile's used to build the credit check and credit processor services, we
@@ -226,6 +229,8 @@ let's review what the debug exporter has captured by tailing the agent collector
226
229
kubectl logs -l component=otel-collector-agent -f
227
230
```
228
231
232
+
Hint: use `CTRL+C` to stop tailing the logs.
233
+
229
234
You should see traces written to the agent collector logs such as the following:
0 commit comments