Skip to content

Commit

Permalink
0.1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
chenby committed Jul 9, 2019
1 parent 6668e00 commit cabd2bd
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 34 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
### 0.1.19

Improve dashboard

### 0.1.18

Improve dashboard

### 0.1.17

Add sentinel support

### 0.1.16

Fix CLI exit code bug.
Expand Down
36 changes: 3 additions & 33 deletions src/main/assembly/dashboard/config/memory.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"gnetId": null,
"graphTooltip": 0,
"id": null,
"iteration": 1562637138775,
"iteration": 1562637363009,
"links": [],
"panels": [
{
Expand Down Expand Up @@ -855,7 +855,7 @@
},
{
"alias": "Type",
"colorMode": "cell",
"colorMode": null,
"colors": [
"rgba(245, 54, 54, 0.9)",
"#fce2de",
Expand Down Expand Up @@ -900,36 +900,6 @@
"thresholds": [],
"type": "hidden",
"unit": "short"
},
{
"alias": "",
"colorMode": null,
"colors": [
"rgba(245, 54, 54, 0.9)",
"rgba(237, 129, 40, 0.89)",
"rgba(50, 172, 45, 0.97)"
],
"dateFormat": "YYYY-MM-DD HH:mm:ss",
"decimals": 2,
"mappingType": 1,
"pattern": "",
"thresholds": [],
"type": "number",
"unit": "short"
},
{
"alias": "",
"colorMode": null,
"colors": [
"rgba(245, 54, 54, 0.9)",
"rgba(237, 129, 40, 0.89)",
"rgba(50, 172, 45, 0.97)"
],
"decimals": 2,
"pattern": "/.*/",
"thresholds": [],
"type": "number",
"unit": "short"
}
],
"targets": [
Expand Down Expand Up @@ -1009,5 +979,5 @@
"timezone": "",
"title": "redis memory dashboard",
"uid": "HTpQ2Rcmz",
"version": 3
"version": 4
}
2 changes: 1 addition & 1 deletion src/main/resources/.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.1.18
v0.1.19

0 comments on commit cabd2bd

Please sign in to comment.