@@ -4,10 +4,16 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## Unreleased
8
+
9
+ ### Changed
10
+ - Code rework: introduce grid generation, separate dashboards code
11
+
12
+
7
13
## [ 0.3.0] - 2021-06-17
8
14
Grafana revisions: [ InfluxDB revision 5] ( https://grafana.com/api/dashboards/12567/revisions/5/download ) , [ Prometheus revision 5] ( https://grafana.com/api/dashboards/13054/revisions/5/download )
9
15
10
- ## Added
16
+ ### Added
11
17
- Prometheus example alert rules (instance state, memory usage, HTTP load and latency rule examples, etc)
12
18
- Test Prometheus example alert rules with promtool
13
19
- Cartridge issues metrics labels to Telegraf configuration
@@ -17,53 +23,58 @@ Grafana revisions: [InfluxDB revision 5](https://grafana.com/api/dashboards/1256
17
23
- CPU time getrusage panels
18
24
- Replication lag panel
19
25
20
- ## Changed
26
+ ### Changed
21
27
- Update metrics version to 0.9.0
22
28
- Separate app cluster and load generator in example docker stand
23
29
- Use cartridge-cli to run and setup example app cluster instead of luatest
24
30
- Group Prometheus cluster overview panels into "Cluster overview" row
25
31
- Rework "Tarantool spaces statistics" block to "Tarantool operations statistics"
26
32
- Use Tarantool 2.x instead of Tarantool 1.x in test app and load generator
27
33
28
- ## Fixed
34
+ ### Fixed
29
35
- Add missing space and replication metrics labels to Telegraf configuration
30
36
37
+
31
38
## [ 0.2.3] - 2021-03-11
32
39
Grafana revisions: [ InfluxDB revision 4] ( https://grafana.com/api/dashboards/12567/revisions/4/download ) , [ Prometheus revision 4] ( https://grafana.com/api/dashboards/13054/revisions/4/download )
33
40
34
- ## Added
41
+ ### Added
35
42
- Memory miscellaneous row with Lua memory panel
36
43
37
- ## Changed
44
+ ### Changed
38
45
- Rename memory overview row
39
46
47
+
40
48
## [ 0.2.2] - 2021-01-28
41
49
Grafana revisions: [ Prometheus revision 3] ( https://grafana.com/api/dashboards/13054/revisions/3/download )
42
50
43
- ## Changed
51
+ ### Changed
44
52
- Make Prometheus rps graphs rate() time range configurable
45
53
54
+
46
55
## [ 0.2.1] - 2020-12-11
47
56
Grafana revisions: [ Prometheus revision 2] ( https://grafana.com/api/dashboards/13054/revisions/2/download )
48
57
49
- ## Added
58
+ ### Added
50
59
- Cluster overview panels for Prometheus
51
60
61
+
52
62
## [ 0.2.0] - 2020-09-23
53
63
Grafana revisions: [ InfluxDB revision 3] ( https://grafana.com/api/dashboards/12567/revisions/3/download ) , [ Prometheus revision 1] ( https://grafana.com/api/dashboards/13054/revisions/1/download )
54
64
55
- ## Added
65
+ ### Added
56
66
- Dashboard for Prometheus
57
67
58
- ## Changed
68
+ ### Changed
59
69
- Update metrics version to 0.5.0
60
70
- Replace average latency collector with summary collector in example cluster
61
71
- Replace average latency panels with summary 99th percentile panels
62
72
63
- ## Fixed
73
+ ### Fixed
64
74
- Example cluster now starts successfully
65
75
- Example cluster metrics no more breaks Prometheus metrics collect
66
76
77
+
67
78
## [ 0.1.1] - 2020-09-04
68
79
Grafana revisions: [ InfluxDB revision 2] ( https://grafana.com/api/dashboards/12567/revisions/2/download )
69
80
@@ -78,6 +89,7 @@ Grafana revisions: [InfluxDB revision 2](https://grafana.com/api/dashboards/1256
78
89
- Make InfluxDB policy configurable
79
90
- Documentation improvements and fixes
80
91
92
+
81
93
## [ 0.1.0] - 2020-06-30
82
94
Grafana revisions: [ InfluxDB revision 1] ( https://grafana.com/api/dashboards/12567/revisions/1/download )
83
95
0 commit comments