List routes’ priorities

Hello @agilezebra,

There is no mechanism provided by Traefik.

I found some Github issues that can be related to this need:

If you need that, as workaround, you can use the API to fetch and extract the data from the router's configuration. The algorithm is: priority = router.priority || len(router.rule)

2 Likes