From 23926e5d3c4151c50d4b218844db493cd41f3e9d Mon Sep 17 00:00:00 2001 From: Matt Craddock <5796417+craddm@users.noreply.github.com> Date: Tue, 26 Nov 2024 17:12:11 +0000 Subject: [PATCH] Add workspace log docs --- docs/source/management/logs.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/docs/source/management/logs.md b/docs/source/management/logs.md index f9a9948453..0b575fde2d 100644 --- a/docs/source/management/logs.md +++ b/docs/source/management/logs.md @@ -20,7 +20,7 @@ These include, - package proxy - Gitea and Hedgedoc -Logs from all containers are ingested into the [SREs log workspace](#log-workspace). +Logs from all containers are ingested into the [SRE's log analytics workspace](#log-workspace). There are two logs `ContainerEvents_CL` @@ -29,3 +29,18 @@ There are two logs `ContainerInstanceLog_CL` : Container process logs. : This is where you can view the output of the containerised applications and will be useful for debugging problems. + +## Workspace logs + +Logs from all user workspaces are ingested into the [SRE's log analytics workspace](#log-workspace). + +There are three logs + +`Perf` +: Usage statistics for individual workspaces, such as percent memory used and percent disk space used + +`Syslog` +: Linux system logs for individual workspaces, useful for debugging problems related to system processes + +`Heartbeat` +: Verification that the Azure Monitoring Agent is present on the workspaces and is able to connect to the [log analytics workspace](#log-workspace) \ No newline at end of file