datalust / seq-tickets

Issues, design discussions and feature roadmap for the Seq log server
https://datalust.co/seq
96 stars 5 forks source link

Event property names should sort by short/displayed name rather than qualified name #2137

Closed nblumhardt closed 5 months ago

nblumhardt commented 5 months ago

When properties like @Scope.name are displayed in the event property view, they're shortened to just name, with the fully-qualified version shown as a hint inline.

The 2024.2 property list incorrectly sorts these based on the qualified name, making the properties appear out of order:

image

In the screenshot above, @Scope.name should be in the n... position, not @S.... The same issue affects the @Resource properties shown there.

nblumhardt commented 5 months ago

Fix incoming:

image

We'll release a patch in the next week or so :-)