Skip to content

Releases: jacksontj/promxy

v0.0.59

14 May 04:28
Compare
Choose a tag to compare
  • Correct passing of Grouping/Without to count_values (#284)
  • Add logging to remote_write (#296)
  • fix typo dial_timeout default to 200ms (#288)
  • Fix DisableLookback for VectorSelector (#304)

v0.0.58

06 Mar 02:36
Compare
Choose a tag to compare
  • RoutePrefix set by web.external-url (#255)
  • misc cleanups after adding staticcheck (#257)
  • allow overriding the remote_read path (#261)
  • Add locking around promql Visitors (#268)
  • proxystorage: fix avg bug (#276)
  • update promql dep for faster parser (#272)
  • Handle nil subExprs (#269)
  • Workaround for __name__ grouping in avg() (#280)

v0.0.57

02 Dec 23:12
Compare
Choose a tag to compare
  • redirect klog to klog-gokit (#248 )
  • support matchers that are only the added promxy labels (#252 )

v0.0.56

21 Nov 00:34
Compare
Choose a tag to compare
  • redirect glog output to logrus (#243)
  • Add Subquery support (#246)

v0.0.55

13 Nov 16:21
Compare
Choose a tag to compare
  • Completely special-case the scalar call method (#234 )
  • Swap glog to fix crashing with full tmp dir (#237 )

v0.0.54

07 Nov 04:21
Compare
Choose a tag to compare
  • Fix panic on rule evaluation (#232)

v0.0.53

30 Sep 21:19
Compare
Choose a tag to compare
  • Remove LookbackDelta from NodeReplacer as it is done by downstream already: this reduces the data promxy will fetch with no impact on result data
  • Use DisableLookback feature in NodeReplacer: this disables LookbackDelta in promql to avoid it interpolating "holes" into lines
  • Fix issue where NodeReplacer's VectorSelectors weren't handling offsets properly

v0.0.52

27 Sep 22:00
Compare
Choose a tag to compare
  • add missing ruleManager metrics (#222)

v0.0.51

26 Sep 17:13
Compare
Choose a tag to compare
  • add support for scalars in call() responses of NodeReplacer

v0.0.50

25 Sep 17:18
Compare
Choose a tag to compare
  • add scalar support (#219)