You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have method routes such as the following:
/api/customer/{id:int}
I want the route based metrics to be grouped, in the same way that they would be if I used the following format for the route (ie. including the parameters in the request rather than the path):
/api/customer/get?id={id:int}
I expect that some configuration would have to be passed (similar to the ignore patterns) so that requests matching a particular regular expression can be grouped.
Is this possible?
The text was updated successfully, but these errors were encountered:
I have method routes such as the following:
/api/customer/{id:int}
I want the route based metrics to be grouped, in the same way that they would be if I used the following format for the route (ie. including the parameters in the request rather than the path):
/api/customer/get?id={id:int}
I expect that some configuration would have to be passed (similar to the ignore patterns) so that requests matching a particular regular expression can be grouped.
Is this possible?
The text was updated successfully, but these errors were encountered: