Skip to content

Commit

Permalink
Release version 1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
sileht committed May 22, 2017
1 parent 6212e01 commit 0e15417
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions dist/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Grafana Gnocchi datasource [![Travis CI](https://travis-ci.org/sileht/grafana-gnocchi-datasource.png?branch=master)](https://travis-ci.org/sileht/grafana-gnocchi-datasource)
# Grafana Gnocchi datasource [![Travis CI](https://travis-ci.org/gnocchixyz/grafana-gnocchi-datasource.png?branch=master)](https://travis-ci.org/gnocchixyz/grafana-gnocchi-datasource)

Gnocchi datasource for Grafana 3 and 4

## Installation via grafana.net

$ sudo grafana-cli plugins install sileht-gnocchi-datasource
$ sudo grafana-cli plugins install gnocchixyz-gnocchi-datasource


## Installation from sources
Expand All @@ -19,7 +19,7 @@ Gnocchi datasource for Grafana 3 and 4

## Configuration Panel

![](https://raw.githubusercontent.com/sileht/grafana-gnocchi-datasource/master/docs/add_datasource_gnocchi.png)
![](https://raw.githubusercontent.com/gnocchixyz/grafana-gnocchi-datasource/master/docs/add_datasource_gnocchi.png)

Name | Description
------------ | -------------
Expand All @@ -44,14 +44,14 @@ The editor have 4 modes to retreives metrics, you can change the mode by clickin
* Measurements of a metric:
Create one graph with datapoint of the defined metric

![](https://raw.githubusercontent.com/sileht/grafana-gnocchi-datasource/master/docs/gnocchi_query_mode1.png)
![](https://raw.githubusercontent.com/gnocchixyz/grafana-gnocchi-datasource/master/docs/gnocchi_query_mode1.png)

Metric ID: the id of the metric you are interrested in

* Measurements of a metric of a resource:
Create one graph with datapoint of the metric of the defined resource.

![](https://raw.githubusercontent.com/sileht/grafana-gnocchi-datasource/master/docs/gnocchi_query_mode2.png)
![](https://raw.githubusercontent.com/gnocchixyz/grafana-gnocchi-datasource/master/docs/gnocchi_query_mode2.png)

Resource ID: the id of the resource
Resource type: the type of the resource (generic, instance, disk, ...)
Expand All @@ -60,7 +60,7 @@ The editor have 4 modes to retreives metrics, you can change the mode by clickin
* Measurements of a metric of multiple resources:
Create one graph per metric find with the query.

![](https://raw.githubusercontent.com/sileht/grafana-gnocchi-datasource/master/docs/gnocchi_query_mode3.png)
![](https://raw.githubusercontent.com/gnocchixyz/grafana-gnocchi-datasource/master/docs/gnocchi_query_mode3.png)

Query: the query to search resources
Resource type: the type of the resource (generic, instance, disk, ...)
Expand All @@ -70,7 +70,7 @@ The editor have 4 modes to retreives metrics, you can change the mode by clickin
* Aggregated measurements of a metric across resources:
Create one graph with an aggregation of all datapoints of metrics that match the query.

![](https://raw.githubusercontent.com/sileht/grafana-gnocchi-datasource/master/docs/gnocchi_query_mode4.png)
![](https://raw.githubusercontent.com/gnocchixyz/grafana-gnocchi-datasource/master/docs/gnocchi_query_mode4.png)

Query: the query to search resources
Resource type: the type of the resource (generic, instance, disk, ...)
Expand Down
8 changes: 4 additions & 4 deletions dist/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

"name": "Gnocchi",
"type": "datasource",
"id": "sileht-gnocchi-datasource",
"id": "gnocchixyz-gnocchi-datasource",

"defaultMatchFormat": "glob",
"metrics": true,
Expand All @@ -14,20 +14,20 @@
"description": "Gnocchi Datasource",
"author": {
"name": "Mehdi ABAAKOUK",
"url": "https://github.com/sileht"
"url": "https://github.com/gnocchixyz"
},
"logos": {
"small": "docs/gnocchi-logo.jpg",
"large": "docs/gnocchi-logo.jpg"
},
"links": [
{"name": "GitHub", "url": "https://github.com/sileht/grafana-datasource-gnocchi"},
{"name": "GitHub", "url": "https://github.com/gnocchixyz/grafana-datasource-gnocchi"},
{"name": "Gnocchi", "url": "http://gnocchi.xyz"},
{"name": "Apache 2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0"}
],
"screenshots": [
],
"version": "1.0.7",
"version": "1.0.8",
"updated": "2016-07-04"
},

Expand Down

0 comments on commit 0e15417

Please sign in to comment.