You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| `<USERNAME>` | The username for the SQL user. | `metrics` |
67
+
| `<PASSWORD>` | The secure password for the SQL user. | `metrics_password` |
67
68
| `<TENANT_ENDPOINT>` | The endpoint URL for your Databend Cloud tenant. | `tnxxxxxxx.gw.aws-us-east-2.default.databend.com` |
68
-
| `<TENANT_ID>` | Your tenant's unique identifier. | `tnxxxxxxx` |
69
-
| `<PLATFORM>` | The cloud platform hosting the tenant. | `aws` |
70
-
| `<REGION>` | The region where the tenant is hosted. | `us-east-2` |
69
+
| `<TENANT_ID>` | Your tenant's unique identifier. | `tnxxxxxxx` |
70
+
| `<PLATFORM>` | The cloud platform hosting the tenant. | `aws` |
71
+
| `<REGION>` | The region where the tenant is hosted. | `us-east-2` |
71
72
72
73
2. Start Prometheus with the following command (replace `</path/to/prometheus.yml>` with the full path to your **prometheus.yml** file):
73
74
@@ -94,12 +95,16 @@ You're all set! You can now query your tenant metrics directly from Prometheus.
94
95
95
96
Please note that all metrics are prefixed with `databend_cloud_`.
96
97
98
+
:::caution
99
+
The following metrics are in alpha state and may change over time. We recommend that you monitor the metrics closely and adjust your monitoring setup accordingly.
100
+
:::
101
+
97
102
### Query Metrics
98
103
99
104
The following is a list of query metrics available in Databend Cloud:
0 commit comments