Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

alert: remove keep_alive_total metric (#18444) #18448

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading