Skip to content

Commit

Permalink
Fixes #57, #90
Browse files Browse the repository at this point in the history
  • Loading branch information
yesoreyeram committed Jul 10, 2019
1 parent 68925e0 commit 8b00fd6
Show file tree
Hide file tree
Showing 13 changed files with 317 additions and 298 deletions.
53 changes: 27 additions & 26 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,27 @@
# ChangeLog

| Version | Changes |
| -------------------|-----------|
| 1.1.0 (unreleased) | Colnames in the link |
| 1.0.0 | Typescript & TSLint implementation |
| | Jest testcases implemented |
| | SASS implementation for stylesheets |
| | Display options improved |
| | Display values can have part of series name |
| 0.5.1 | Images as values based on thresholds |
| 0.5.0 | Background Color & Transform value overrides |
| | Bug fixes #43 #44 #45 |
| 0.4.7 | Links in cells i.e., Clickable cells |
| 0.4.6 | Font Awesome icons as values base on thresholds |
| 0.4.x | Time based thresholds |
| | Filter option to hide rows based on value |
| | Option to hide the first column and table header |
| 0.3.x | Options to name the pattern, disable the pattern |
| | Reverse the background colors and transform values in pattern |
| | Removed output data from panel model |
| | Bug fixes |
| 0.2.x | Build script changed from babel to typescript |
| | Assign series alias as row to the default pattern |
| | Bug fixes |
| 0.1.0 | First working Version |
# ChangeLog

| Version | Changes |
| -------------------|-----------|
| 1.2.0 | Template variables in row name, col name, link, tooltip, thresholds, colors |
| 1.1.0 | Colnames in the link |
| 1.0.0 | Typescript & TSLint implementation |
| | Jest testcases implemented |
| | SASS implementation for stylesheets |
| | Display options improved |
| | Display values can have part of series name |
| 0.5.1 | Images as values based on thresholds |
| 0.5.0 | Background Color & Transform value overrides |
| | Bug fixes #43 #44 #45 |
| 0.4.7 | Links in cells i.e., Clickable cells |
| 0.4.6 | Font Awesome icons as values base on thresholds |
| 0.4.x | Time based thresholds |
| | Filter option to hide rows based on value |
| | Option to hide the first column and table header |
| 0.3.x | Options to name the pattern, disable the pattern |
| | Reverse the background colors and transform values in pattern |
| | Removed output data from panel model |
| | Bug fixes |
| 0.2.x | Build script changed from babel to typescript |
| | Assign series alias as row to the default pattern |
| | Bug fixes |
| 0.1.0 | First working Version |
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Supported / Tested Data Sources :
* Prometheus
* Azure Monitor
* AWS Cloud Watch
* Any datasources that returns data in timeseries format

Tested Grafana versions :
-------------------------
Expand Down Expand Up @@ -114,6 +115,7 @@ Pattern & Output
_4_ 2 _5_ --> cpu 2 usage
_4_ use --> cpu use
Production _4_ usage --> Production cpu usage
Production _4_ $somevar --> Production cpu value_of_somevar_variable
_series_ --> prod.server.my-app-01.sys.cpu.usage
_1_ _1_ --> server server
_4_ __5_ --> cpu _usage
Expand Down
3 changes: 2 additions & 1 deletion dist/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

| Version | Changes |
| -------------------|-----------|
| 1.1.0 (unreleased) | Colnames in the link |
| 1.2.0 | Template variables in row name, col name, link, tooltip, thresholds, colors |
| 1.1.0 | Colnames in the link |
| 1.0.0 | Typescript & TSLint implementation |
| | Jest testcases implemented |
| | SASS implementation for stylesheets |
Expand Down
2 changes: 2 additions & 0 deletions dist/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Supported / Tested Data Sources :
* Prometheus
* Azure Monitor
* AWS Cloud Watch
* Any datasources that returns data in timeseries format

Tested Grafana versions :
-------------------------
Expand Down Expand Up @@ -114,6 +115,7 @@ Pattern & Output
_4_ 2 _5_ --> cpu 2 usage
_4_ use --> cpu use
Production _4_ usage --> Production cpu usage
Production _4_ $somevar --> Production cpu value_of_somevar_variable
_series_ --> prod.server.my-app-01.sys.cpu.usage
_1_ _1_ --> server server
_4_ __5_ --> cpu _usage
Expand Down
2 changes: 1 addition & 1 deletion dist/app/app.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8b00fd6

Please sign in to comment.