Skip to content

Commit 5e8b53c

Browse files
committed
changes to observability
1 parent 471bc28 commit 5e8b53c

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

docs/concepts/observability.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,21 @@
11
---
22
title: Observability
3-
description: Monitor and debug your Defang services with the Defang CLI and portal.
3+
description: Monitor and debug your Defang services with the Defang CLI and Portal.
44
sidebar_position: 600
55
---
66

77
# Observability
88

9-
You can easily monitor and debug your Defang services at build and runtime using the Defang CLI and portal.
9+
You can easily monitor and debug your Defang services at build and runtime using the Defang CLI and Portal.
1010

11-
When you deploy a service using the `defang compose up`, the CLI will automatically start tailing the build and runtime logs for your service. You can also view the logs for your service in the portal, or by using the `defang tail` command.
11+
When you deploy a service using the `defang compose up`, the CLI will automatically start tailing the build and runtime logs for your service. You can also view the logs for your service in the Portal, or by using the `defang tail` command.
12+
13+
:::tip
14+
Defang has a tutorial on how you can [monitor your services' status and logs](/docs/tutorials/monitoring-your-services).
15+
:::
1216

1317
:::warning
14-
Keep in mind that the Defang Portal only displays services deployed to Defang Playground.
18+
Keep in mind that the [Defang Portal](./portal.md) only displays services deployed to Defang Playground.
1519
:::
1620

1721
## Tail
@@ -25,4 +29,4 @@ defang tail --etag ua119053ehi2
2529

2630
## Architecture
2731

28-
In [BYOC](./defang-byoc.md), output is logged to the native logging tools within your cloud provider. The CLI then tails the output as needed.
32+
In [Defang BYOC](./defang-byoc.md), output is logged to the native logging tools within your cloud provider. The CLI then tails the output as needed.

0 commit comments

Comments
 (0)