-
-
Notifications
You must be signed in to change notification settings - Fork 140
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
It seems all nodes are sorted alphabetically. Currently I can hack the order by prefixing numbers like:
[[probe.service]]
id = "0-frontend"
...
[[probe.service]]
id = "1-backend"But this also affects readability in notifications:
❌ Status changed to: DEAD.
- 0-frontend:homepage: 1 dead
Link: https://example.com/
That would be great if there is a way to sort them manually or just keep the order defined in the config.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request