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

Adding support for exception_tag_prefix # #55

Closed aclowkey closed 8 months ago

aclowkey commented 5 years ago

The tag will be added to messages with the detected exceptions. This is useful if you want to handle them specifically

54

igorpeshansky commented 5 years ago

Let's first finish the discussion on #54 and agree on what the right way to solve that problem is.