Skip to content

Get a list of unique messages based on certain header #26

Description

@MitchelNijdam-Rockstars

In order to analyze a higher number of triaged records (let say in the order of 50+), it would be useful to group the records based on a header value, for example exception message. This would make it easier to get a list of the unique exceptions that occurred.

Since exception messages could contain variables (such as offset/faulty value), a 'normal' GROUP BY might not be enough.

Postgres provides pg_trgm with similarity(text, text) method, which might be useful.

Possible nice to have is to dynamically change the similarity percentage.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions