Skip to content

Releases: jacksontj/promxy

v0.0.80

30 Mar 15:55
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.79...v0.0.80

v0.0.79

29 Mar 04:50
Compare
Choose a tag to compare

What's Changed

  • Add some helpful configs for testing during development by @jacksontj in #576
  • Truncate min/max time to millisecond resolution by @jacksontj in #580
  • Add timefilter for LabelName and LabelValues by @jacksontj in #581

Full Changelog: v0.0.78...v0.0.79

v0.0.78

22 Mar 16:49
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.77...v0.0.78

v0.0.77

17 Mar 21:02
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.76...v0.0.77

v0.0.76

15 Mar 00:42
Compare
Choose a tag to compare

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

v0.0.75

10 Nov 18:12
Compare
Choose a tag to compare

What's Changed

  • Wire up exemplar to proxystorage (will now return errors instead of panic) by @jacksontj in #475
  • Update prom fork to fix parenexpr serialization by @jacksontj in #476

Full Changelog: v0.0.74...v0.0.75

v0.0.74

01 Nov 21:15
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.73...v0.0.74

v0.0.73

21 Sep 17:12
Compare
Choose a tag to compare
  • Upgrade prometheus fork to 2.30 (#460)
  • Remove parallel node execution (#461)

v0.0.72

03 Sep 18:28
Compare
Choose a tag to compare
  • Fix race condition in LabelFilter (#458)
  • Update point release of prometheus fork for variety of fixes (#458)
  • Don't allow NodeReplacer on a node that has multiple selectors (#458)

v0.0.71

20 Jul 22:23
Compare
Choose a tag to compare
  • Add truncate option to time filters (#427)
  • Add parallel child execution (from prom fork) (#435)
  • Add maxConcurrency option (#439)
  • Add DropStale flag to remote_write_exporter (#444)
  • Create mTLS functionality for promxy (#445)
  • ignore error with LabelNames queries too (#449)
  • Remove inheritance from full wrappers (#450)