diff options
| author | Stan Hu <stanhu@gmail.com> | 2019-07-17 16:34:27 -0700 |
|---|---|---|
| committer | Stan Hu <stanhu@gmail.com> | 2019-07-18 06:53:39 -0700 |
| commit | 1136c0c8e98d4f0d3fb4f50219657cabe0d45c99 (patch) | |
| tree | 7c555a4d2fa9796cdcba2ac4de2514a974179f31 /changelogs/unreleased/sh-add-rugged-logs.yml | |
| parent | 037096ef6c2c2f804302efb429bcd1eb5123b5e9 (diff) | |
| download | gitlab-ce-1136c0c8e98d4f0d3fb4f50219657cabe0d45c99.tar.gz | |
Add Rugged calls and duration to API and Rails logs
This adds `rugged_duration_ms` and `rugged_calls` fields to
`api_json.log` and `production_json.log`. This will make it easier to
identify performance issues caused by excessive I/O.
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/64676
Diffstat (limited to 'changelogs/unreleased/sh-add-rugged-logs.yml')
| -rw-r--r-- | changelogs/unreleased/sh-add-rugged-logs.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/sh-add-rugged-logs.yml b/changelogs/unreleased/sh-add-rugged-logs.yml new file mode 100644 index 00000000000..1f464dd92ff --- /dev/null +++ b/changelogs/unreleased/sh-add-rugged-logs.yml @@ -0,0 +1,5 @@ +--- +title: Add Rugged calls and duration to API and Rails logs +merge_request: 30871 +author: +type: other |
