Skip to content

Commit

Permalink
Add workspace log docs
Browse files Browse the repository at this point in the history
  • Loading branch information
craddm committed Nov 26, 2024
1 parent 60726e9 commit 23926e5
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion docs/source/management/logs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand All @@ -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)

0 comments on commit 23926e5

Please sign in to comment.