Support for getting API mapping in parameterized URLs

Elasticsearch version:
6.8.4
APM Server version:
7.6.0
APM Agent language and version:
python 2.x
Original install method (e.g. download page, yum, deb, from source, etc.) and version :
Download page

Fresh install or upgraded from other version?
Upgraded version

Is there anything special in your setup? For example, are you using the Logstash or Kafka outputs? Are you using a load balancer in front of the APM Servers? Have you changed index pattern, generated custom templates, changed agent configuration etc.
No
Description of the problem including expected versus actual behavior. Please include screenshots (if relevant) :
We have a path parameterized API implemented in our Django application:

Currently we are getting the object based URLs

We would like to group all these transactions based on the API mapping defined. For the above-mentioned example, we would like to group the APIs by /owners/{ownerId}

For example, an extra field in the 'url' section that specifies the API mapping:

'url': {
    'path': '/owners/3',
    'api_mapping': '/owners/{ownerId}',
    'full': ....
    ....
   }

Is there any way we can implement this using the latest versions? If not, can we expect a feature like this soon?

Same parameterized URLs for java referencing this link

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.