Duplicate global filters

We added a global filter for automatic retry. In the GlobalFilters there is already another automatic retry. How do I know which one will be used? It seems like it is using our filter (based on the number of retries) but I need confirmation. I am trying to fetch the number attempts before failure; but there are 2 of them and I need to determine which one to use.

Thank you,