Skip to content

Commit

Permalink
Update Change log 1.0.0 (#42)
Browse files Browse the repository at this point in the history
* Update Change log and README

* Remove unnecessary properties from plugin.json
  • Loading branch information
mikhail-vl committed Feb 3, 2021
1 parent 2d7b87e commit 32b7aca
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,9 @@

- Initial release based on Grafana 7.3.6.
- Includes Redis Enterprise Data Source.
- Includes predefined dashboards
- Enterprise Clusters
- Cluster Overview
- Cluster Nodes
- Cluster Databases
- Allows to add Redis Data Source for cluster databases
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The Redis Explorer, is a plug-in for Grafana that allows users to connect to Red

### What Grafana version is supported?

Only Grafana 7.0 and later with a new plug-in platform supported.
Only Grafana 7.1 and later with a new plug-in platform supported.

### Does this application require anything special configured on the Redis Enterprise?

Expand Down
6 changes: 3 additions & 3 deletions src/dashboards/redis-explorer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"type": "datasource",
"id": "redis-enterprise-software-datasource",
"name": "Redis Enterprise Software",
"version": "%VERSION%"
"version": "1.0.0"
},
{
"type": "panel",
Expand All @@ -43,7 +43,7 @@
"gnetId": null,
"graphTooltip": 0,
"id": null,
"iteration": 1611804296337,
"iteration": 1612330002228,
"links": [],
"panels": [
{
Expand Down Expand Up @@ -690,5 +690,5 @@
"timezone": "",
"title": "Enterprise Clusters",
"uid": "1dKhTjtGk",
"version": 4
"version": 1
}
5 changes: 1 addition & 4 deletions src/redis-enterprise-software-datasource/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@
"logos": {
"large": "img/logo.svg",
"small": "img/logo.svg"
},
"screenshots": [],
"updated": "%TODAY%",
"version": "%VERSION%"
}
},
"logs": true,
"metrics": true,
Expand Down

0 comments on commit 32b7aca

Please sign in to comment.