Is Istio Auth enabled or not ?
No (installed istio.yml)
Feature Request:
Y
Describe the feature:
The attribute vocabulary includes request.path, which has the HTTP URL path including query string. It would be convenient to have an attribute exposing the HTTP URL path without the query string. My use case for this is that I want to use Istio's metrics to record latency for each endpoint in each service in Prometheus, and I want to ignore the query strings.
Another way would be if there was a way to remove the query string from request.path, but there isn't any documented way to do so in the Expression Language section of the documentation.
Is this a BUG or FEATURE REQUEST?: Feature Request
Did you review existing epics or issues to identify if this already being worked on? (please try to add the correct labels and epics): label: mixer
Bug: N
What Version of Istio and Kubernetes are you using, where did you get Istio from, Installation details
Is Istio Auth enabled or not ? No (installed
istio.yml
)Feature Request: Y
Describe the feature:
The attribute vocabulary includes
request.path
, which has the HTTP URL path including query string. It would be convenient to have an attribute exposing the HTTP URL path without the query string. My use case for this is that I want to use Istio's metrics to record latency for each endpoint in each service in Prometheus, and I want to ignore the query strings.Another way would be if there was a way to remove the query string from
request.path
, but there isn't any documented way to do so in the Expression Language section of the documentation.