From 7e36be40ba08ce4aa801c82710adbd90cd4f08c1 Mon Sep 17 00:00:00 2001 From: Gwen Blum <19484478+gwenblum@users.noreply.github.com> Date: Thu, 21 Dec 2023 18:24:00 +0100 Subject: [PATCH] Update README.md --- .../README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/248-instrument-java-app-with-apm-daemonset-pod-agent-on-eks/README.md b/248-instrument-java-app-with-apm-daemonset-pod-agent-on-eks/README.md index 945f373..52cb549 100644 --- a/248-instrument-java-app-with-apm-daemonset-pod-agent-on-eks/README.md +++ b/248-instrument-java-app-with-apm-daemonset-pod-agent-on-eks/README.md @@ -108,7 +108,7 @@ kubectl apply -f apm-daemonset-pod-agent.yaml After few minutes, the agents will show up in the APM webconsole, in CONFIGURE > AGENTS > Agent List. Then, the SERVERS view will start to display the metrics of the different nodes (e.g. CPU utilization). - +> [!TIP] > To check the progress of the deployment on the cluster, you can run the following command in the terminal: > > ```shell