Skip to content

v0.0.76

Compare
Choose a tag to compare
@jacksontj jacksontj released this 15 Mar 00:42
· 99 commits to master since this release

Highlights

It has been a while since the last release -- and promxy has been running strong. Due to the gap between releases this is a fairly large release. The autogenerated release notes are below (and there are a lot of changes), but I wanted to highlight a few changes:

  1. This upgrades promxy's prometheus fork to be based on prom 2.37. This not only moves to an LTS release but moves to the new prometheus UI
  2. Parallel node walking support has been added. This has been attempted in the past but reverted due to concurrency issues -- which have been found and fixed (details in the PR #550 )
  3. Added metric relabel support to promxy -- which enables users to configure some label rewrites to be done within promxy to the data at query time

As always, if there are any issues you find (or features you want to request) please reach out!

What's Changed

New Contributors

Full Changelog: v0.0.75...v0.0.76