Hi,
I'm invoking this Jaeger query to get all the traces recorded in the last 20 minutes -
wget -O - http://<jaeger-query-cluster-ip>:16686/api/traces?service=orders&lookback=20m&limit=1
It goes printing lot of text on the screen by ignoring url parameters.
wget -O - http://<jaeger-query-cluster-ip>:16686/api/traces?lookback=20m&limit=1
Connecting to <ip>:16686... connected.
HTTP request sent, awaiting response... 400 Bad Request
2018-12-04 15:49:41 ERROR 400: Bad Request.
What's the url endpoint to get all the traces recorded in last X minutes for all the services?