promxy

An aggregating proxy to enable HA prometheus

MIT License

Stars
1.1K

Bot releases are hidden (Show)

promxy - v0.0.89 Latest Release

Published by jacksontj about 1 month ago

What's Changed

Full Changelog: https://github.com/jacksontj/promxy/compare/v0.0.88...v0.0.89

promxy - v0.0.88

Published by jacksontj about 1 month ago

What's Changed

New Contributors

Full Changelog: https://github.com/jacksontj/promxy/compare/v0.0.87...v0.0.88

promxy - v0.0.87

Published by jacksontj 3 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/jacksontj/promxy/compare/v0.0.86...v0.0.87

promxy - v0.0.86

Published by jacksontj 6 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/jacksontj/promxy/compare/v0.0.85...v0.0.86

promxy - v0.0.85

Published by jacksontj 8 months ago

What's Changed

Full Changelog: https://github.com/jacksontj/promxy/compare/v0.0.84...v0.0.85

promxy - v0.0.84

Published by jacksontj 12 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/jacksontj/promxy/compare/v0.0.83...v0.0.84

promxy - v0.0.83

Published by jacksontj about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/jacksontj/promxy/compare/v0.0.82...v0.0.83

promxy - v0.0.82

Published by jacksontj about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/jacksontj/promxy/compare/v0.0.81...v0.0.82

promxy - v0.0.81

Published by jacksontj over 1 year ago

What's Changed

Full Changelog: https://github.com/jacksontj/promxy/compare/v0.0.80...v0.0.81

promxy - v0.0.80

Published by jacksontj over 1 year ago

What's Changed

Full Changelog: https://github.com/jacksontj/promxy/compare/v0.0.79...v0.0.80

promxy - v0.0.79

Published by jacksontj over 1 year ago

What's Changed

Full Changelog: https://github.com/jacksontj/promxy/compare/v0.0.78...v0.0.79

promxy - v0.0.78

Published by jacksontj over 1 year ago

What's Changed

Full Changelog: https://github.com/jacksontj/promxy/compare/v0.0.77...v0.0.78

promxy - v0.0.77

Published by jacksontj over 1 year ago

What's Changed

Full Changelog: https://github.com/jacksontj/promxy/compare/v0.0.76...v0.0.77

promxy - v0.0.76

Published by jacksontj over 1 year ago

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: https://github.com/jacksontj/promxy/compare/v0.0.75...v0.0.76

promxy - v0.0.75

Published by jacksontj almost 3 years ago

What's Changed

Full Changelog: https://github.com/jacksontj/promxy/compare/v0.0.74...v0.0.75

promxy - v0.0.74

Published by jacksontj almost 3 years ago

What's Changed

Full Changelog: https://github.com/jacksontj/promxy/compare/v0.0.73...v0.0.74

promxy - v0.0.73

Published by jacksontj about 3 years ago

  • Upgrade prometheus fork to 2.30 (#460)
  • Remove parallel node execution (#461)
promxy - v0.0.72

Published by jacksontj about 3 years ago

  • 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)
promxy - v0.0.71

Published by jacksontj about 3 years ago

  • 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)
promxy - v0.0.70

Published by jacksontj over 3 years ago

  • Fix error handling which has been broken since v0.0.63 (#417)