Skip to content

Commit

Permalink
alert: remove keep_alive_total metric (#18444) (#18449)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored Aug 2, 2024
1 parent 8b56cd6 commit f970850
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions alert-rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,21 +65,6 @@ This section gives the alert rules for the TiDB component.

Same as [`TiDB_schema_error`](#tidb_schema_error).

#### `TiDB_monitor_keep_alive`

* Alert rule:

`increase(tidb_monitor_keep_alive_total[10m]) < 100`

* Description:

Indicates whether the TiDB process still exists. If the number of times for `tidb_monitor_keep_alive_total` increases less than 100 in 10 minutes, the TiDB process might already exit and an alert is triggered.

* Solution:

* Check whether the TiDB process is out of memory.
* Check whether the machine has restarted.

### Critical-level alerts

#### `TiDB_server_panic_total`
Expand Down

0 comments on commit f970850

Please sign in to comment.