Open p-j opened 6 years ago
Thanks for bringing the problem here ! We will start working on a new tracing system soon and will take your request into account when making it
Ok, if I may suggest, it would be cool to have traces of external HTTP call made with popular libs such as request
, axios
etc... For architecture that are based on services communicating via HTTP that would be very cool to see what can be a performance bottleneck based on those wait times.
Hi,
We've been testing Keymetrics very recently and found out that one of our "generic" route is not aggregated in the Transaction view.
Here are a few examples of path we use.
These are formated accordingly to Uploadcare's smart CDN capabilities.
What would work mainly in our case is to group with something like
I understand this is too simple to work in a general usage like you handle, but I think the pattern of
/-/
is key here to match the result. I can probably come up with a list of the current possible combination of action & parameters if needed.