Commit 8ede9244 authored by Adam Hegyi's avatar Adam Hegyi

Merge branch 'background-migration-observability-docs' into 'master'

Update recommended Kibana fields for monitoring background migrations

See merge request gitlab-org/gitlab!82536
parents 744ee246 57b1c877
......@@ -489,7 +489,8 @@ View the production Sidekiq log and filter for:
- `json.class: BackgroundMigrationWorker`
- `json.job_status: fail`
- `json.meta.caller_id: <MyBackgroundMigrationClassName>`
- `json.meta.caller_id: <MyBackgroundMigrationSchedulingMigrationClassName>`
- `json.args: <MyBackgroundMigrationClassName>`
Looking at the `json.error_class`, `json.error_message` and `json.error_backtrace` values may be helpful in understanding why the jobs failed.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment