Skip to content
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

Upgrade grafana to 3.0.4 #76

Merged
merged 1 commit into from Jul 9, 2016
Merged

Conversation

jarek-przygodzki
Copy link
Contributor

Dashboards system-metrics.json and welcome.json were removed because they cause an error when loaded

UI

Dashboard init failed
Template variables could not be initialized: b.metricFindQuery is not a function

JS Console

TypeError: b.metricFindQuery is not a function
    at updateOptionsFromMetricFindQuery (boot.16792590.js:10)
    at b (boot.16792590.js:40)
    at h (boot.16792590.js:35)
    at boot.16792590.js:35
    at n.$eval (boot.16792590.js:35)
    at n.$digest (boot.16792590.js:35)
    at boot.16792590.js:35
    at e (boot.16792590.js:34)
    at boot.16792590.js:34

Dashboard docker.json was modified by removing id. Client cannot provide an id when POST-ing a new dashboard - there is rather unhelpful error message

HTTP/1.1 404 Not Found
{"message":"Dashboard not found","status":"not-found"}

Dashboards *system-metrics.json* and *welcome.json* were removed because they cause an error when loaded

**UI**
```
Dashboard init failed
Template variables could not be initialized: b.metricFindQuery is not a function
```

**JS Console**

```
TypeError: b.metricFindQuery is not a function
    at updateOptionsFromMetricFindQuery (boot.16792590.js:10)
    at b (boot.16792590.js:40)
    at h (boot.16792590.js:35)
    at boot.16792590.js:35
    at n.$eval (boot.16792590.js:35)
    at n.$digest (boot.16792590.js:35)
    at boot.16792590.js:35
    at e (boot.16792590.js:34)
    at boot.16792590.js:34
```

Dashboard *docker.json* was modified by removing id. Client cannot provide an id when POST-ing a new dashboard - there is rather unhelpful error message

```
HTTP/1.1 404 Not Found
{"message":"Dashboard not found","status":"not-found"}
```
@dpsoft dpsoft merged commit 28b9788 into kamon-io:master Jul 9, 2016
@dpsoft
Copy link
Contributor

dpsoft commented Jul 9, 2016

@jarek-przygodzki thanks for proposing this PR!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants