Skip to content

Exclude rspec-profiling CSV headers from PostgreSQL inserts

Stan Hu requested to merge sh-exclude-rspec-profiling-columns into master

What does this MR do and why?

rspec-profiling recently added new columns to the CSV collector, but the PSQL collector doesn't support this. We should exclude columns until we actually want them.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Stan Hu

Merge request reports