mirror of
https://github.com/timberjoegithub/grafana-statusmap.git
synced 2026-07-22 07:49:47 +00:00
@@ -1,5 +1,19 @@
|
||||
# Changelog
|
||||
|
||||
## v0.3.4
|
||||
|
||||
- Fix to work in Grafana 7.2.0,7.2.1
|
||||
- Fix 'name' in tooltip for opacity and gradient modes
|
||||
- Fix color scale for opacity and gradient modes
|
||||
|
||||
## v0.3.3
|
||||
|
||||
- Fix fallback to string events for older versions of Grafana
|
||||
|
||||
## v0.3.2
|
||||
|
||||
- Fix plugin metadata for Grafana repository
|
||||
|
||||
## v0.3.1
|
||||
|
||||
- Fix to work in Grafana 7.1.0
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
[](https://github.com/flant/grafana-statusmap/releases/latest)
|
||||
[](https://t.me/statusmap_ru)
|
||||
[](https://cloud-native.slack.com/messages/CHGSGTAHY)
|
||||
<p align="center">
|
||||
<a href="https://github.com/flant/grafana-statusmap/releases/latest"><img src="https://img.shields.io/github/tag-date/flant/grafana-statusmap.svg?logo=github&label=latest" alt="Download from Github"/></a>
|
||||
<a href="https://community.flant.com/c/grafana-statusmap/8"><img src="https://img.shields.io/discourse/status?server=https%3A%2F%2Fcommunity.flant.com" alt="Discourse forum for discussions"/></a>
|
||||
<a href="https://t.me/statusmap_ru"><img src="https://img.shields.io/badge/@statusmap_ru-RU-informational.svg?logo=telegram" alt="Telegram chat RU"/></a>
|
||||
</p>
|
||||
|
||||
# Statusmap panel for Grafana
|
||||
|
||||
@@ -26,9 +28,9 @@
|
||||
- InfluxDB
|
||||
- Mysql
|
||||
* Tested with Grafana:
|
||||
- 5.4.3
|
||||
- 7.0, 7.1, 7.2
|
||||
- 6.3, 6.6, 6.7
|
||||
- 7.0, 7.1
|
||||
- 5.4.3
|
||||
|
||||
## Installation
|
||||
|
||||
|
||||
Vendored
+14
@@ -1,5 +1,19 @@
|
||||
# Changelog
|
||||
|
||||
## v0.3.4
|
||||
|
||||
- Fix to work in Grafana 7.2.0,7.2.1
|
||||
- Fix 'name' in tooltip for opacity and gradient modes
|
||||
- Fix color scale for opacity and gradient modes
|
||||
|
||||
## v0.3.3
|
||||
|
||||
- Fix fallback to string events for older versions of Grafana
|
||||
|
||||
## v0.3.2
|
||||
|
||||
- Fix plugin metadata for Grafana repository
|
||||
|
||||
## v0.3.1
|
||||
|
||||
- Fix to work in Grafana 7.1.0
|
||||
|
||||
Vendored
+7
-5
@@ -1,6 +1,8 @@
|
||||
[](https://github.com/flant/grafana-statusmap/releases/latest)
|
||||
[](https://t.me/statusmap_ru)
|
||||
[](https://cloud-native.slack.com/messages/CHGSGTAHY)
|
||||
<p align="center">
|
||||
<a href="https://github.com/flant/grafana-statusmap/releases/latest"><img src="https://img.shields.io/github/tag-date/flant/grafana-statusmap.svg?logo=github&label=latest" alt="Download from Github"/></a>
|
||||
<a href="https://community.flant.com/c/grafana-statusmap/8"><img src="https://img.shields.io/discourse/status?server=https%3A%2F%2Fcommunity.flant.com" alt="Discourse forum for discussions"/></a>
|
||||
<a href="https://t.me/statusmap_ru"><img src="https://img.shields.io/badge/@statusmap_ru-RU-informational.svg?logo=telegram" alt="Telegram chat RU"/></a>
|
||||
</p>
|
||||
|
||||
# Statusmap panel for Grafana
|
||||
|
||||
@@ -26,9 +28,9 @@
|
||||
- InfluxDB
|
||||
- Mysql
|
||||
* Tested with Grafana:
|
||||
- 5.4.3
|
||||
- 7.0, 7.1, 7.2
|
||||
- 6.3, 6.6, 6.7
|
||||
- 7.0, 7.1
|
||||
- 5.4.3
|
||||
|
||||
## Installation
|
||||
|
||||
|
||||
Vendored
+2
-2
@@ -24,8 +24,8 @@
|
||||
{"name": "Color mapping", "path": "img/color-mapping.png"},
|
||||
{"name": "Queries example", "path": "img/queries-example.png"}
|
||||
],
|
||||
"version": "0.3.2",
|
||||
"updated": "2020-08-13"
|
||||
"version": "0.3.4",
|
||||
"updated": "2020-09-12"
|
||||
},
|
||||
|
||||
"dependencies": {
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "flant-statusmap-panel",
|
||||
"version": "0.2.0",
|
||||
"version": "0.3.4",
|
||||
"description": "Grafana panel plugin to visualize status of multiple objects over time",
|
||||
"main": "README.md",
|
||||
"scripts": {
|
||||
|
||||
+2
-2
@@ -24,8 +24,8 @@
|
||||
{"name": "Color mapping", "path": "img/color-mapping.png"},
|
||||
{"name": "Queries example", "path": "img/queries-example.png"}
|
||||
],
|
||||
"version": "0.3.2",
|
||||
"updated": "2020-08-13"
|
||||
"version": "0.3.4",
|
||||
"updated": "2020-09-12"
|
||||
},
|
||||
|
||||
"dependencies": {
|
||||
|
||||
Reference in New Issue
Block a user