I am trying to capture the real time data from Jmeter in InfluxDB and showing that in GRAFANA. I used the online resources for this. But I am getting the below mentioned error.
message:"InfluxDB Error: error parsing query: found (, expected identifier at line 1, char 39"
data:Object
error:"error parsing query: found (, expected identifier at line 1, char 39"
message:"error parsing query: found (, expected identifier at line 1, char 39"
config:Object
method:"GET"
url:"api/datasources/proxy/1/query"
params:Object
data:null
precision:"ms"
inspect:Object
paramSerializer:serializeParams(e){…}
headers:Object
retry:0
hideFromInspector:false
Can someone please help me, why I am getting this error and how could I fix this?