APM Python Agent can capture request body (e.g. POST variables) by enabling CAPTURE_BODY
variable.
How can i capture query string (e.g. GET Parameters) ?
APM Python Agent can capture request body (e.g. POST variables) by enabling CAPTURE_BODY
variable.
How can i capture query string (e.g. GET Parameters) ?
It should be captured in the metadata under "url":
If it's not, you should open an issue. Note that url.query
will only show if it's non-empty.
Edit:
We don't store the query params separately, so if you want to query/aggregate against specific query params you'll need to add them manually with our api: