GoogleCloudPlatform / fluent-plugin-detect-exceptions

A fluentd plugin that scans line-oriented log streams and combines exceptions stacks into a single log entry.
Apache License 2.0
192 stars 69 forks source link

Add support for Ruby seg fault traces #94

Open stanhu opened 2 years ago

stanhu commented 2 years ago

Ruby seg faults contain a lot of useful information. When the lines are split across log entries, it makes debugging quite difficult.

stanhu commented 2 years ago

@igorpeshansky Would you mind reviewing this?