Skip to content

Commit 7869a11

Browse files
Release 2.1.0
Grafana revisions: - InfluxDB revision 17 [1], - Prometheus revision 17 [2], - InfluxDB TDG revision 6 [3], - Prometheus TDG revision 6 [4]. This release introduces several breaking changes for those using this repository as a library after migrating to new build system. See updated README. Added: - Custom filters support on static build - Option to skip Prometheus job on static build - Option to static build with custom set of sections - Custom description and Grafana tags on manual build - API to build a dashboard from YAML config - Support for metrics prefix on manual build Changed: - Display two digits after decimal point instead of three - Deprecate make single line static build - Hide additional columns in overview table Fixed: - TDG Kafka brokers rps panels alias condition for InfluxDB - Fill missing values with null on TDG CPU panels for InfluxDB - Remove useless kind group in TDG jobs panels for InfluxDB - CRUD tuples query alias filtering for Prometheus - TDG tuples query alias filtering - Policy in alias extraction for InfluxDB dashboards - Remove redundant "include all" regex for alias if no condition required 1. https://grafana.com/api/dashboards/12567/revisions/17/download 2. https://grafana.com/api/dashboards/13054/revisions/17/download 3. https://grafana.com/api/dashboards/16405/revisions/6/download 4. https://grafana.com/api/dashboards/16406/revisions/6/download
1 parent 7a40142 commit 7869a11

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ 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+
## [2.1.0] - 2023-05-23
8+
Grafana revisions: [InfluxDB revision 17](https://grafana.com/api/dashboards/12567/revisions/17/download), [Prometheus revision 17](https://grafana.com/api/dashboards/13054/revisions/17/download), [InfluxDB TDG revision 6](https://grafana.com/api/dashboards/16405/revisions/6/download), [Prometheus TDG revision 6](https://grafana.com/api/dashboards/16406/revisions/6/download).
89

910
### Added
1011
- Custom filters support on static build

0 commit comments

Comments
 (0)