Skip to content

Commit 751f5ae

Browse files
Electronic-Wastesoyeric128
authored andcommitted
fix(doc): update according to the review.
Signed-off-by: Electronic-Waste <[email protected]>
1 parent 74446d8 commit 751f5ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/en/guides/10-deploy/03-monitor/10-metasrv-metrics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,8 @@ Here's a list of Query metrics captured by Databend.
178178
| databend_opendal_errors | Counter | Number of errors and their types encountered in OpenDAL operations. | scheme (the scheme used for the operation, e.g., "s3"), op (the type of operation, e.g., "read"), err (the type of error encountered, e.g., "NotFound") |
179179
| databend_opendal_request_duration_seconds | Histogram | Duration of OpenDAL requests to object storage. | scheme (the scheme used for the operation, e.g., "s3"), op (the type of operation, e.g., "read") |
180180
| databend_opendal_requests | Counter | Number of various types of requests made using OpenDAL. | scheme (the scheme used for the request, e.g., "s3"), op (the operation type, e.g., "batch", "list", "presign", "read", "write", "delete", "stat") |
181-
| databend_process_cpu_seconds_total | Counter | Total user and system CPU time spent in seconds. | |
182-
| databend_process_max_fds | Gauge | Maximum number of open file descriptors allowed. | |
181+
| databend_process_cpu_seconds_total | Counter | Total CPU time (seconds) used by users and system. | |
182+
| databend_process_max_fds | Gauge | Maximum number of open file descriptors. | |
183183
| databend_process_open_fds | Gauge | Number of open file descriptors. | |
184184
| databend_process_resident_memory_bytes | Gauge | Resident memory size in bytes. | |
185185
| databend_process_start_time_seconds | Gauge | Start time of the process since Unix epoch in seconds. | |

0 commit comments

Comments
 (0)