Tanish Gupta
Tanish Gupta

Reputation: 492

Getting InfluxDB Error: error parsing query

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?

Upvotes: 0

Views: 1200

Answers (1)

Dmitri T
Dmitri T

Reputation: 167992

If you're using "online resources" you should ask the question there as we're not telepathic enough to guess what you're trying to implement.

The official "online resources" are:

Community "online resources"

Upvotes: 2

Related Questions