I’m trying to create dashboards for my haproxy and I’m having the following error:
Cannot Read property ’ result ’ of undefined
Stack Trace:
TypeError: Cannot Read property ’ result ’ of undefined
Can someone help me?
I’m trying to create dashboards for my haproxy and I’m having the following error:
Cannot Read property ’ result ’ of undefined
Stack Trace:
TypeError: Cannot Read property ’ result ’ of undefined
Can someone help me?
Hi,
What version of Grafana are you using? What version of Prometheus are you using?
Would be awesome if you could include the dashboard json here (Dashboard cogwheel -> View json).
Marcus
Hi,
Version Grafana : Grafana v4.5.2 (commit: ec2b0fe)
Version Prometheus version : 001
Cannot read property ‘result’ of undefined
Stack trace:
TypeError: Cannot read property ‘result’ of undefined
at https://graph.takenet.com.br:3000/public/build/0.be20b78823b4c9d93a84.js:7:141291
Hi,
Are you sure that 001 i your version of Prometheus? I cannot find that version here.
Try to use the query inspector and see if you find some issues with your queries. Using Grafana's Query Inspector to troubleshoot issues
Marcus