Skip to content

Commit

Permalink
Release 2.1.0
Browse files Browse the repository at this point in the history
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
  • Loading branch information
DifferentialOrange committed May 23, 2023
1 parent 7a40142 commit 7869a11
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ 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
## [2.1.0] - 2023-05-23
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).

### Added
- Custom filters support on static build
Expand Down

0 comments on commit 7869a11

Please sign in to comment.