Skip to content

Commit

Permalink
alert: remove keep_alive_total metric (pingcap#18444)
Browse files Browse the repository at this point in the history
  • Loading branch information
hfxsd authored Aug 2, 2024
1 parent 7cd2ec7 commit ce6af83
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 @@ -66,21 +66,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 ce6af83

Please sign in to comment.