zubkov-andrei / pg_profile

Postgres historic workload reports
Other
212 stars 31 forks source link

Grafana issue with Dashboards #80

Closed gael-efluid closed 7 months ago

gael-efluid commented 7 months ago

On differents provided Dashboards I get an issue "Status: 500. Message: db query error: pq: syntax error at end of input" When I check the request executed image I see the request is not full : it seems to miss some arguments.

The request is like this : image

The variables $startid and $endid are missing on the requested that is executed.

Any idea whey $startid $endid are empty ?

gael-efluid commented 7 months ago

I found what was wrong : my datasource wasn't well configured. I close the issue