Releases: jacksontj/promxy
Releases · jacksontj/promxy
v0.0.71
- 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)
v0.0.70
- Fix error handling which has been broken since v0.0.63 (#417)
v0.0.69
- Correct series Select handling with upstream changes (#416)
- Add option to set form length for logging (#414)
- Fix MatrixSelector downstream querying (#410)
- Fix HTTP metrics for API handler (#405)
v0.0.68
- Add LocalStorage option to fix /classic/status (#392)
- Add reload metrics from upstream (#392)
- Add LookbackDelta to web handler (#397)
v0.0.67
- Add missing querier to rulemanager (#387)
- Implement remote storage configuration (#387)
- remove a few old panics (#387)
v0.0.66
- Correctly handle offsets within subqueries (#381)
- Move container builds to github actions (add multi-arch container images)
v0.0.64
- fix subquery handling (#379)
- update prom fork to improve error handling (#379)
- fix prom fork static content build (#379)
v0.0.63
- Add HTTPClientConfig to the Remote Storage client's configuration to support TLS settings for Remote Read (#377)
- Add scrape target path and scheme relabelling (#375)
- Upgrade Prom fork to 2.24 (#378)
v0.0.62
- Allow customization of the metrics path (#354)
- Allow configuring timeouts per servergroup (#359)
- update alpine base to 3.12.1 (#363)
- change container to run as nobody (#364)
v0.0.61
- Add JSON log format (#328 #334)
- Update AWS SDK for WebIdentity Support (#336)
- Remove build/ from SHA256SUMS (#335)
- In merging start with the series with the most data (#345)
- Set RemoteReadConcurrencyLimit to fix /api/v1/read (#350)
- Add CORS header support to promxy (#353)