Add database timings to Sidekiq JSON logs
Sidekiq JSON logs have total duration, queuing time, Gitaly time, and CPU time. They don't (before this change) have database time. We provide two fields: db_duration and db_duration_s. That's because the units between the different duration fields are currently confusing, so providing an explicit unit moves us closer to that goal, while keeping the raw figure in the un-suffixed fields.
Showing
Please register or sign in to comment