Releases: jacksontj/promxy
Releases · jacksontj/promxy
v0.0.40
- Switch to a prom 2.10 base; this doesn't break API compatibility but it does mean promxy now supports subqueries
- Add check in remote-write-exporter to only accept datapoints newer than what it has locally
- Implemented NodeReplacer for the
count_values
aggregation, if you are using this aggregation in queries you should notice a significant performance improvement for those queries - Added support for new
Warnings
from upstream prometheus
v0.0.39
v0.0.38
v0.0.37
v0.0.36
v0.0.35
v0.0.34
- Upgrade client_golang to enable POST support for downstream queries
- Add IgnoreError servergroup option which enables specific servergroup errors to be ignored
- Fix error-handling in multi_api client: more details in the commit (608375b) but this should fix outstanding issues where promxy was returning non-error responses when getting errors downstream
- add ShutdownTimeout for HTTP server: enable graceful shutdown
v0.0.33
- support relabel_config in servergroups to return different label values per-target. Before this if there was a difference in value between the relabel_config output it would be ignored and a warning would be printed. Now if there is a difference it will still be applied-- which means you can effectively control merging behavior.
- backport prometheus' consul service_meta into discovery (for relabel)
v0.0.32
- added lifecycle option from upstream
- new remote_write_exporter: exporter which takes remote_writes and exposes them as a prometheus exporter
- Misc. cleanup/consolidation/etc. to proxystorage, remote_read, servergroups
- change EXPOSE port in dockerfile to match the default port (8082)