Skip to content

Make Sidekiq exporter logs conform to Sidekiq logs

Stan Hu requested to merge sh-fix-sidekiq-exporter-log-format into master

Sidekiq logs generates exception.message, exception.class, and exception.backtrace, while the Sidekiq exporter uses the string exception for the listen error. To avoid conflicting schema types in Elasticsearch, change exception to exception.message.

Closes #215381 (closed)

Edited by Stan Hu

Merge request reports