From 29ccebe7834161f5ea67bd704095c22bec26ed4e Mon Sep 17 00:00:00 2001 From: Georgy Moiseev Date: Tue, 9 Jul 2024 18:02:54 +0300 Subject: [PATCH] dashboard: release 3.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Grafana revisions - Tarantool 3: - Prometheus revision 3[1], - InfluxDB revision 3[2]; - Tarantool Cartridge and 1.10—2.x: - Prometheus revision 20[3], - InfluxDB revision 20[4]; - Tarantool Data Grid 2: - Prometheus revision 9[5], - InfluxDB revision 9[6]. Added - Panels for Tarantool 3 configuration status and alerts (#224) Changed - Use consistent style for panel requirements (PR #231) Fixed - Missing panel requirement for vinyl Bloom filter panel (PR #231) 1. https://grafana.com/api/dashboards/21474/revisions/3/download 2. https://grafana.com/api/dashboards/21484/revisions/3/download 3. https://grafana.com/api/dashboards/13054/revisions/20/download 4. https://grafana.com/api/dashboards/12567/revisions/20/download 5. https://grafana.com/api/dashboards/16406/revisions/9/download 6. https://grafana.com/api/dashboards/16405/revisions/9/download --- CHANGELOG.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2990067..a0cd395 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [3.1.0] - 2024-07-09 +Grafana revisions: +- Tarantool 3: + - [Prometheus revision 3](https://grafana.com/api/dashboards/21474/revisions/3/download), + - [InfluxDB revision 3](https://grafana.com/api/dashboards/21484/revisions/3/download); +- Tarantool Cartridge and 1.10—2.x: + - [Prometheus revision 20](https://grafana.com/api/dashboards/13054/revisions/20/download), + - [InfluxDB revision 20](https://grafana.com/api/dashboards/12567/revisions/20/download); +- Tarantool Data Grid 2: + - [Prometheus revision 9](https://grafana.com/api/dashboards/16406/revisions/9/download), + - [InfluxDB revision 9](https://grafana.com/api/dashboards/16405/revisions/9/download). ### Added - Panels for Tarantool 3 configuration status and alerts (#224)