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
{{ message }}
This repository has been archived by the owner on Feb 9, 2022. It is now read-only.
Use case: I am currently reporting the http path of each request to prometheus for monitoring. I noticed that the path contains the query parameters as well. i would like to remove the query parameters from the http path label.
On a more general level it would be nice to use expressions to parse the data being sent to a given adapter.
The text was updated successfully, but these errors were encountered:
request.path | string | The HTTP URL path including query string
We should consider the introduction of a new "standard" attribute with query string removed. This can be used as a compliment to the pending api mgmt work as well.
adding a substring type of func to the expression language is also a path forward here.
Use case: I am currently reporting the http path of each request to prometheus for monitoring. I noticed that the path contains the query parameters as well. i would like to remove the query parameters from the http path label.
On a more general level it would be nice to use expressions to parse the data being sent to a given adapter.
The text was updated successfully, but these errors were encountered: