-
Problem report
-
Resolution: Fixed
-
Major
-
6.0.7, 6.2.2
-
None
-
Sprint 92 (Sep 2022)
-
0.5
Steps to reproduce:
- define an http item
- write the url with query parameters like (a call to Prometheus API)
http://localhost:9090/api/v1/query?query=irate(node_network_transmit_bytes_total\{device!="lo",instance="192.168.150.101"}[1m]) - Click on the parse button
- the result will be
- {the value of the query field is truncated to the first "=" sign
Expected:
The value of the query field goes till the "&" sign or the end of the url