From eefe2f271d505708c651e061e04e53d80e7391af Mon Sep 17 00:00:00 2001 From: Mario Macias Date: Tue, 16 Jan 2024 11:47:46 +0100 Subject: [PATCH] Add image captions --- docs/sources/tutorial/k8s-walkthrough.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sources/tutorial/k8s-walkthrough.md b/docs/sources/tutorial/k8s-walkthrough.md index 06a4eb33e..dec07cd30 100644 --- a/docs/sources/tutorial/k8s-walkthrough.md +++ b/docs/sources/tutorial/k8s-walkthrough.md @@ -347,13 +347,13 @@ Now, go to your Grafana Cloud instance and, in the _Explore_ section, search for all the traces. In the list, you will see only the traces from the `docs` instance (port 8081): -![](https://grafana.com/media/docs/grafana-cloud/beyla/tutorial/k8s/tut-traces-list.png) +![Grafana Cloud list of traces](https://grafana.com/media/docs/grafana-cloud/beyla/tutorial/k8s/tut-traces-list.png) If you enter into the trace details, you will also see that the resource attributes of the traces are decorated with the metadata of the Kubernetes Pod running the instrumented service: -![](https://grafana.com/media/docs/grafana-cloud/beyla/tutorial/k8s/tut-trace-details.png) +![Details of the trace](https://grafana.com/media/docs/grafana-cloud/beyla/tutorial/k8s/tut-trace-details.png) ## Links