From 96f33e8e97fca94464f48695ee7f36ec772c0f92 Mon Sep 17 00:00:00 2001 From: Yunus Emre Kalkan Date: Wed, 9 Jul 2025 15:18:24 +0300 Subject: [PATCH] Update monitoring-applications.md --- docs/en/studio/monitoring-applications.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/en/studio/monitoring-applications.md b/docs/en/studio/monitoring-applications.md index f37b5de369..be0387c5bb 100644 --- a/docs/en/studio/monitoring-applications.md +++ b/docs/en/studio/monitoring-applications.md @@ -14,12 +14,10 @@ ABP Studio offers a comprehensive centralized monitoring solution, enabling you ![monitoring](./images/monitoring-applications/monitoring.png) -If you want to open any of these tabs in separate window, just drag it from the header a little bit and it will pop-up in a new window. In this way you can monitor multiple tabs at once. +If you want to open any of these tabs in separate window, just drag it from the header a little bit and it will pop-up in a new window. In this way you can monitor multiple tabs at once: ![monitoring-window-hint](./images/monitoring-applications/monitoring-window-hint.png) - - ## Collecting Telemetry Information There are two application [types](./running-applications.md#abp-studio-running-applications): C# and CLI. Only C# applications can establish a connection with ABP Studio and transmit telemetry information via the `Volo.Abp.Studio.Client.AspNetCore` package. However, we can view the *Logs* and *Browse* (if there is a *Launch URL*) for both CLI and C# application types. Upon starting C# applications, they attempt to establish a connection with ABP Studio. When connection successful, you should see a chain icon next to the application name in [Solution Runner](./running-applications.md#run-1). Applications can connect the ABP Studio with *Solution Runner* -> *C# Application* -> *Run* -> *Start* or from an outside environment such as debugging with Visual Studio. Additionally, they can establish a connection from a Kubernetes Cluster through the ABP Studio [Kubernetes Integration: Connecting to the Cluster](../get-started/microservice.md#kubernetes-integration-connecting-to-the-cluster).