Releases: perses/metrics-usage
Releases · perses/metrics-usage
0.5.0 / 2024-11-19
Changelog
- 401bb1b: Move invalid metrics_name to a dedicated place and re-implement a small parser to collect them (#24) (@Nexucis)
- 5060ad3: send invalid_metrics detected when collecting rules or perses dashboard (@Nexucis)
- c0a0c95: format variable in invalid_metrics (@Nexucis)
- c6f3147: use set to optimize usage comparison (@Nexucis)
- 1703b60: provide a way to check what the invalid metrics are matching (@Nexucis)
- 2783a94: support metrics variable in Grafana (@Nexucis)
- bbc622e: Bump perses/github-actions from 0.6.0 to 0.7.0 (#25) (@dependabot[bot])
- a6b7c3d: add merge_invalid_metrics query parameter (#26) (@Nexucis)
- 1b63241: rename invalid metrics by partial metrics (#27) (@Nexucis)
- bb09125: Release v0.5.0 (@Nexucis)
0.4.0 / 2024-11-12
Changelog
- 2f714e4: add labels collector (#18) (@Nexucis)
- 10e46be: add little filter capabilities (#19) (@Nexucis)
- e965bb5: Bump github.com/perses/perses (#21) (@dependabot[bot])
- 80bcbb1: Bump golang.org/x/oauth2 from 0.23.0 to 0.24.0 (#22) (@dependabot[bot])
- 11cafbb: Bump github.com/prometheus/prometheus from 0.55.0 to 0.55.1 (#20) (@dependabot[bot])
- e6daf27: expose an analyze package so anybody can analyze metrics usage (#23) (@Nexucis)
- 29cf95b: Release v0.4.0 (@Nexucis)
0.3.1 / 2024-11-06
Changelog
- 6a91469: add usage diagram (@Nexucis)
- f2c8c66: make usage diagram dark mode friendier (@Nexucis)
- 53bd98d: add small unit tests (@Nexucis)
- fb9bce0: Improve readme (@AntoineThebaud)
- 6fdf807: Merge pull request #13 from perses/antoinethebaud/readme (@AntoineThebaud)
- 04e28dc: add bug_report issue template (@Nexucis)
- 06e28ba: Update readme (@AntoineThebaud)
- 1ca125a: Merge pull request #14 from perses/nexucis/update (@Nexucis)
- c34f593: Merge pull request #15 from perses/antoinethebaud/readme-2 (@AntoineThebaud)
- a5dc19b: Update README (#16) (@AntoineThebaud)
- 95ac43d: support all global variable and variable syntaxes in grafana collector (@Nexucis)
- 0cb7d41: support static variable to replace them in the different expression (@Nexucis)
- 389272f: introduce a variable replace order in grafana collector (@Nexucis)
- 8ce3afb: Merge pull request #17 from perses/nexucis/fix-grafana (@Nexucis)
- 91d54db: Release v0.3.1 (@Nexucis)
0.3.0 / 2024-11-04
Changelog
- 72547c2: add basic auth & authorization support for http client (@Nexucis)
- faef6ab: configure database to be in memory or flush in a file (@Nexucis)
- f841a76: Add promql expression to the usage block (fix #8) (@Nexucis)
- 40e3eaa: simplify loop other ticker (@Nexucis)
- 74f6cea: extract promql query from variable in grafana collector (#11) (@Nexucis)
- d3917fd: add some debug logs and logs with the name of the collector (@Nexucis)
- c0ba0f9: add a retry system for the rules-collector (@Nexucis)
- a9ea6af: update go deps (@Nexucis)
- 066bd92: Release v0.3.0 (@Nexucis)
0.2.0 / 2024-10-30
Changelog
- d49b3fc: add install instruction and badges (@Nexucis)
- f569e1d: give the possibility to define a set of a rule collectors instead of a single one (@Nexucis)
- 8761bc1: Bump github.com/prometheus/common from 0.60.0 to 0.60.1 (#7) (@dependabot[bot])
- 95239f2: add an http client to send metrics_usage to a remote server (@Nexucis)
- afe98d0: add license header on all go files (@Nexucis)
- 1a28cf5: Release v0.2.0 (@Nexucis)
0.1.0 / 2024-10-28
First release