Skip to content

Commit

Permalink
make v2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Nov 16, 2016
1 parent c72e103 commit 1d6aa34
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
Change Log
==========

All notable changes to this project will be documented in this file.



## v2 [2016-11-16]

- Makes CPU and memory usage charts staircased.
- Removes `io_kubernetes_` labels prefix usage for newer Prometheus versions.
- More clever file system device detection (for [CoreOS
mainly](https://coreos.com/os/docs/latest/sdk-disk-partitions.html)).



## v1 [2016-08-10]

- Total and used cluster resources: CPU, memory, filesystem.
And total cluster network I/O pressure.
- [Kubernetes pods](http://kubernetes.io/docs/user-guide/pods) usage:
CPU, memory, network I/O.
- Containers usage: CPU, memory, network I/O.
[Docker](https://www.docker.com) and [rkt](https://coreos.com/rkt) containers
which runs on cluster nodes but outside Kubernetes are also monitored.
- [systemd](https://freedesktop.org/wiki/Software/systemd) system services
usage: CPU, memory.
- Showing all above metrics both for all cluster and each node separately.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Kubernetes cluster monitoring Grafana dashboard (via Prometheus)
================================================================

<img align="right" width="100" src="https://raw.githubusercontent.com/instrumentisto/grafana-dashboard-kubernetes-prometheus/master/logo.png">
[![release](https://img.shields.io/github/release/instrumentisto/grafana-dashboard-kubernetes-prometheus.svg)](https://github.com/instrumentisto/grafana-dashboard-kubernetes-prometheus/releases/tag/v1)
[![release](https://img.shields.io/github/release/instrumentisto/grafana-dashboard-kubernetes-prometheus.svg)](https://github.com/instrumentisto/grafana-dashboard-kubernetes-prometheus/releases/tag/v2)
[![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/instrumentisto/grafana-dashboard-kubernetes-prometheus/blob/master/LICENSE.md)
[![k8s](https://img.shields.io/badge/kubernetes-%5E1.4.0-green.svg)](https://github.com/kubernetes/kubernetes)
[![prometheus](https://img.shields.io/badge/prometheus-%5E1.3.0-green.svg)](https://github.com/prometheus/prometheus)
Expand Down

0 comments on commit 1d6aa34

Please sign in to comment.