-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problems with dashboard. #26
Comments
What version of InfluxDB and statsd-jvm-profiler are you using? |
profiler - 0.8.3 (made git clone 10 hours ago and built it). the reason of using the last influxdb was the bug influxdata/influxdb#3222 with stable 0.9.1, but frankly speaking in 0.9.2-rc1 it remains. |
I've only tested the profiler with InfluxDB 0.9.1. Are you able to try that version? If that doesn't work out, can you send me your dashboard-config.json file, the arguments given to the profiler when you used it, and the output of running |
Andrew, here https://drive.google.com/file/d/0B3DMXMfcPWF3SXo3ZG9hWGNEOTA/view Please, help. Thank you in advance. Regards, |
The error in your original comment happens when the dashboard queries for the It ultimately runs the query |
I am sorry if I confused you. I am little bit tired after 16 hours of work every day. So, in general there are two things:
|
Is this still a problem you're having after the changes you've made to deal with the OOM issues? |
Let me know if you're still having any issues with this. |
Andrew,
there is one more issue with the dashboard. Here is the stacktrace - see below.
Feel free to ask me any data that you might need (e.g. to send you the backup of InfluxDB or anything like that). Just give me instructions how to give it to you.
Also feel free to give me any debug scripts to temporarily place instead of normal ones (to dump my data on the screen - I will paste it here).
Thanks.
GET /scripts/bootstrap.min.js 304 3.740 ms - -
GET /css/style.css 200 430.211 ms - -
/opt/influxdb-dashboard/public/scripts/influxdb.js:48
var series = seriesNames[0];
^
TypeError: Cannot read property '0' of undefined
at /opt/influxdb-dashboard/public/scripts/influxdb.js:48:26
at /opt/influxdb-dashboard/node_modules/influx/index.js:181:14
at /opt/influxdb-dashboard/node_modules/influx/index.js:64:14
at InfluxRequest._request (/opt/influxdb-dashboard/node_modules/influx/lib/InfluxRequest.js:97:12)
at InfluxRequest._parseCallback (/opt/influxdb-dashboard/node_modules/influx/lib/InfluxRequest.js:115:19)
at Request._callback (/opt/influxdb-dashboard/node_modules/influx/lib/InfluxRequest.js:107:10)
at self.callback (/opt/influxdb-dashboard/node_modules/influx/node_modules/request/request.js:197:22)
at Request.emit (events.js:107:17)
at Request.onRequestError (/opt/influxdb-dashboard/node_modules/influx/node_modules/request/request.js:854:8)
at ClientRequest.emit (events.js:107:17)
The text was updated successfully, but these errors were encountered: