Skip to content

Commit ff347a5

Browse files
committed
Update 03-metrics.md
1 parent 7669a3e commit ff347a5

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

docs/en/guides/20-cloud/20-manage/03-metrics.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,22 @@ import StepContent from '@site/src/components/Steps/step-content';
66

77
[Prometheus](https://prometheus.io/) offers a robust solution for real-time monitoring, empowering you to track critical metrics and maintain system stability effectively. This topic guides you through the steps to integrate Prometheus with Databend Cloud and provides an overview of the available metrics.
88

9+
:::note
10+
Tracking metrics with Prometheus is only available for Databend Cloud users on the Business and Dedicated plans.
11+
:::
12+
913
## Integrating with Prometheus
1014

1115
Follow these steps to set up a Prometheus instance with Docker and integrate it with Databend Cloud:
1216

1317
<StepsWrap>
1418
<StepContent number="1">
1519

16-
### Enable Tenant Metrics
20+
### Prerequisites
21+
22+
- To start tracking metrics, ensure that metrics are enabled for your Databend Cloud tenant. To enable this feature, submit a support ticket in Databend Cloud by navigating to **Support** > **Create New Ticket** and requesting metrics activation for your tenant.
1723

18-
To start tracking metrics, ensure that metrics are enabled for your Databend Cloud tenant. To enable this feature, submit a support ticket in Databend Cloud by navigating to **Support** > **Create New Ticket** and requesting metrics activation for your tenant.
24+
- This procedure explains how to set up a Prometheus instance using Docker. Ensure that the Docker Engine is installed on your machine before proceeding.
1925

2026
</StepContent>
2127
<StepContent number="2">
@@ -77,13 +83,13 @@ docker run -d \
7783

7884
![alt text](../../../../../static/img/documents/warehouses/metrics-1.png)
7985

86+
</StepContent>
87+
</StepsWrap>
88+
8089
You're all set! You can now query your tenant metrics directly from Prometheus. For example, try querying `databend_cloud_warehouse_status`:
8190

8291
![alt text](../../../../../static/img/documents/warehouses/metrics-2.png)
8392

84-
</StepContent>
85-
</StepsWrap>
86-
8793
## Available Metrics List
8894

8995
Please note that all metrics are prefixed with `databend_cloud_`.

0 commit comments

Comments
 (0)