Skip to content

Commit

Permalink
Merge pull request kubernetes-retired#824 from antoineco/grafana-dash-v7
Browse files Browse the repository at this point in the history
Update Grafana and default dashboards
  • Loading branch information
vishh committed Jan 14, 2016
2 parents 7ce54ab + c4930c4 commit 87a287c
Show file tree
Hide file tree
Showing 5 changed files with 619 additions and 420 deletions.
2 changes: 1 addition & 1 deletion grafana/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Stock Grafana + a few custom dashboards
#

FROM grafana/grafana:2.5.0
FROM grafana/grafana:2.6.0

RUN apt-get update && \
apt-get install -y curl
Expand Down
2 changes: 1 addition & 1 deletion grafana/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

TAG = v2.5.0
TAG = v2.6.0
PREFIX = kubernetes

all: container
Expand Down
7 changes: 7 additions & 0 deletions grafana/RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Release Notes for Grafana container.

## 2.6.0 (29-12-2015)
- Support Grafana 2.6.0.
- Improve default dashboards
- Accurate CPU metrics
- Cluster network graphs
- Fix data aggregation

## 2.5.0 (12-11-2015)
- Support Grafana 2.5.0.

Expand Down
Loading

0 comments on commit 87a287c

Please sign in to comment.