Skip to content

Commit

Permalink
v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yesoreyeram committed Nov 18, 2020
1 parent c55ea53 commit 6c3979e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 15 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

| Version | Changes |
| -------------------|-----------|
| 1.4.1 | Plugin signed for use |
| 1.4.0 | Pipeline updates |
| 1.3.1 | Tags for prometheus and influxdb (EXPERIMENTAL FEATURE) |
| | Replaced circleci with Github Actions |
Expand All @@ -17,7 +18,7 @@
| 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 |
| | Jest test cases implemented |
| | SASS implementation for stylesheets |
| | Display options improved |
| | Display values can have part of series name |
Expand Down
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@

Boom Table Panel for Grafana. Table/MultiStat plugin with multiple columns for Graphite, InfluxDB, Prometheus, Azure Monitor.

![Boom Table - Sample Panel](https://raw.githubusercontent.com/yesoreyeram/yesoreyeram-boomtable-panel/master/dist/src/img/panel.png)

![Boom Table - Panel with Font Awesome icons](https://raw.githubusercontent.com/yesoreyeram/yesoreyeram-boomtable-panel/master/dist/src/img/panels-fa.png)

![image](https://user-images.githubusercontent.com/153843/99523243-b1cc8e80-298e-11eb-9d15-81e446103864.png)

Features :
----------
Expand Down Expand Up @@ -40,10 +37,10 @@ Supported / Tested Data Sources :
Tested Grafana versions :
-------------------------

* Grafana version 4.5.2
* Grafana version 5.0.2
* Grafana version 7.0.0 ( Known issues: Certain datasources like Azure monitor are not supported )
* Grafana version 6.0.0

* Grafana version 5.0.2
* Grafana version 4.5.2

Screenshots :
-------------
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yesoreyeram-boomtable-panel",
"version": "1.4.0",
"version": "1.4.1",
"description": "Boom table panel for Graphite, InfluxDB, Prometheus",
"main": "dist/module.js",
"scripts": {
Expand Down
9 changes: 3 additions & 6 deletions src/plugin.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
{
"$schema": "https://raw.githubusercontent.com/grafana/grafana/master/docs/sources/developers/plugins/plugin.schema.json",
"type": "panel",
"name": "Boom Table",
"id": "yesoreyeram-boomtable-panel",
"dataFormats": [
"time_series"
],
"info": {
"description": "Boom table panel for Graphite, InfluxDB, Prometheus",
"author": {
Expand All @@ -28,10 +26,9 @@
"url": "https://github.com/yesoreyeram/yesoreyeram-boomtable-panel"
}
],
"version": "1.4.0"
"version": "1.4.1"
},
"dependencies": {
"grafanaVersion": "4.x.x",
"plugins": []
"grafanaDependency": ">4.0.0"
}
}

0 comments on commit 6c3979e

Please sign in to comment.