Skip to content

Commit 7b3f278

Browse files
dashboard: release 3.0.0
Grafana revisions - Tarantool 3: - [Prometheus revision 1][1](https://grafana.com/api/dashboards/21474/revisions/1/download), - [InfluxDB revision 1][2](https://grafana.com/api/dashboards/21484/revisions/1/download); - Tarantool Cartridge and 1.10—2.x: - [Prometheus revision 19[3](https://grafana.com/api/dashboards/13054/revisions/19/download), - [InfluxDB revision 19[4](https://grafana.com/api/dashboards/12567/revisions/19/download); - Tarantool Data Grid 2: - [Prometheus revision 8][5](https://grafana.com/api/dashboards/16406/revisions/8/download), - [InfluxDB revision 8][6](https://grafana.com/api/dashboards/16405/revisions/8/download). Added - `cluster_tarantool3` panels section (`cluster` for Tarantool 3) (#224) - `replication_tarantool3` panels section (`replication` for Tarantool 3) (#224) Changed - Renamed build `cluster` panels section to `cluster_cartridge`. It affects all custom-built dashboards which had used `cluster` (#224) - Renamed build `replication` panels section to `replication_cartridge`. It affects all custom-built dashboards which had used `replication` (#224) - Remove deprecated `build-static-*` targets from `make` (#224) - Make default template use Tarantool 3 sections (#224) Fixed: - Removed extra quotation mark for TDG jobs_average_panel query (#220) 1. https://grafana.com/api/dashboards/21474/revisions/1/download 2. https://grafana.com/api/dashboards/21484/revisions/1/download 3. https://grafana.com/api/dashboards/13054/revisions/19/download 4. https://grafana.com/api/dashboards/12567/revisions/19/download 5. https://grafana.com/api/dashboards/16406/revisions/8/download 6. https://grafana.com/api/dashboards/16405/revisions/8/download
1 parent 6e15b1f commit 7b3f278

File tree

3 files changed

+26
-7
lines changed

3 files changed

+26
-7
lines changed

CHANGELOG.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,17 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## Unreleased
7+
## [3.0.0] - 2024-07-09
8+
Grafana revisions:
9+
- Tarantool 3:
10+
- [Prometheus revision 1](https://grafana.com/api/dashboards/21474/revisions/1/download),
11+
- [InfluxDB revision 1](https://grafana.com/api/dashboards/21484/revisions/1/download);
12+
- Tarantool Cartridge and 1.10—2.x:
13+
- [Prometheus revision 19](https://grafana.com/api/dashboards/13054/revisions/19/download),
14+
- [InfluxDB revision 19](https://grafana.com/api/dashboards/12567/revisions/19/download);
15+
- Tarantool Data Grid 2:
16+
- [Prometheus revision 8](https://grafana.com/api/dashboards/16406/revisions/8/download),
17+
- [InfluxDB revision 8](https://grafana.com/api/dashboards/16405/revisions/8/download).
818

919
### Added
1020
- `cluster_tarantool3` panels section (`cluster` for Tarantool 3) (#224)
@@ -22,6 +32,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2232
### Fixed
2333
- Removed extra quotation mark for TDG jobs_average_panel query (#220)
2434

35+
2536
## [2.1.1] - 2023-06-01
2637
Grafana revisions: [InfluxDB revision 18](https://grafana.com/api/dashboards/12567/revisions/18/download), [Prometheus revision 18](https://grafana.com/api/dashboards/13054/revisions/18/download), [InfluxDB TDG revision 7](https://grafana.com/api/dashboards/16405/revisions/7/download), [Prometheus TDG revision 7](https://grafana.com/api/dashboards/16406/revisions/7/download).
2738

README.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,13 @@
33
Dashboard for Tarantool application and database server monitoring, based on [grafonnet](https://github.com/grafana/grafonnet-lib) library.
44

55
Our pages on Grafana Official & community built dashboards:
6-
- Tarantool Cartridge and Tarantool 1.10—2.x applications:
6+
- Tarantool 3:
7+
- [Prometheus](https://grafana.com/grafana/dashboards/21474),
8+
- [InfluxDB](https://grafana.com/grafana/dashboards/21484);
9+
- Tarantool Cartridge and 1.10—2.x:
710
- [Prometheus](https://grafana.com/grafana/dashboards/13054),
811
- [InfluxDB](https://grafana.com/grafana/dashboards/12567);
9-
- TDG
12+
- Tarantool Data Grid 2:
1013
- [Prometheus](https://grafana.com/grafana/dashboards/16406),
1114
- [InfluxDB](https://grafana.com/grafana/dashboards/16405).
1215

@@ -36,9 +39,9 @@ Refer to dashboard [documentation page](https://www.tarantool.io/en/doc/latest/b
3639

3740
2. To import a specific dashboard, choose one of the following options:
3841

39-
- paste the dashboard id (for example, ``13054`` for Prometheus Tarantool Cartridge dashboard), or
42+
- paste the dashboard id (for example, ``21474`` for Prometheus Tarantool 3 dashboard), or
4043
- paste a link to the dashboard (for example,
41-
https://grafana.com/grafana/dashboards/13054 for Prometheus Tarantool Cartridge dashboard), or
44+
https://grafana.com/grafana/dashboards/21474 for Prometheus Tarantool 3 dashboard), or
4245
- paste the dashboard JSON file contents, or
4346
- upload the dashboard JSON file.
4447

doc/monitoring/grafana_dashboard.rst

+7-2
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,15 @@ Tarantool Grafana dashboards are available as part of
1313
:widths: 25 75
1414
:header-rows: 0
1515

16-
* Tarantool Cartridge and Tarantool 1.10—2.x applications:
16+
* Tarantool 3:
17+
- `Prometheus <https://grafana.com/grafana/dashboards/21474>`_,
18+
- `InfluxDB <https://grafana.com/grafana/dashboards/21484>`_;
19+
20+
* Tarantool Cartridge and Tarantool 1.10—2.x:
1721
- `Prometheus <https://grafana.com/grafana/dashboards/13054>`_,
1822
- `InfluxDB <https://grafana.com/grafana/dashboards/12567>`_;
1923

20-
* TDG:
24+
* Tarantool Data Grid 2:
2125
- `Prometheus <https://grafana.com/grafana/dashboards/16406>`_,
2226
- `InfluxDB <https://grafana.com/grafana/dashboards/16405>`_.
2327

@@ -28,6 +32,7 @@ package functionality.
2832
Dashboard requires using ``metrics`` **0.15.0** or newer for complete experience;
2933
``'alias'`` :ref:`global label <metrics-api_reference-labels>` must be set on each instance
3034
to properly display panels (e.g. provided with ``cartridge.roles.metrics`` role).
35+
Starting from Tarantool 2.11.1, ``metrics`` are a built-in part of Tarantool binary.
3136

3237
To support `CRUD <https://github.com/tarantool/crud>`_ statistics, install ``CRUD``
3338
**0.11.1** or newer. Call ``crud.cfg`` on router to enable CRUD statistics collect

0 commit comments

Comments
 (0)