promxy

An aggregating proxy to enable HA prometheus

MIT License

Stars
1.1K

Bot releases are visible (Hide)

promxy - v0.0.69

Published by jacksontj over 3 years ago

  • 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)
promxy -

Published by jacksontj over 3 years ago

  • Add LocalStorage option to fix /classic/status (#392)
  • Add reload metrics from upstream (#392)
  • Add LookbackDelta to web handler (#397)
promxy - v0.0.67

Published by jacksontj over 3 years ago

  • Add missing querier to rulemanager (#387)
  • Implement remote storage configuration (#387)
  • remove a few old panics (#387)
promxy - v0.0.66

Published by jacksontj over 3 years ago

  • Correctly handle offsets within subqueries (#381)
  • Move container builds to github actions (add multi-arch container images)
promxy - v0.0.64

Published by jacksontj over 3 years ago

  • fix subquery handling (#379)
  • update prom fork to improve error handling (#379)
  • fix prom fork static content build (#379)
promxy - v0.0.63

Published by jacksontj over 3 years ago

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

Published by jacksontj almost 4 years ago

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

Published by jacksontj about 4 years ago

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

Published by jacksontj over 4 years ago

promxy - v0.0.59

Published by jacksontj over 4 years ago

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

Published by jacksontj over 4 years ago

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

Published by jacksontj almost 5 years ago

  • redirect klog to klog-gokit (#248 )
  • support matchers that are only the added promxy labels (#252 )
promxy - v0.0.56

Published by jacksontj almost 5 years ago

  • redirect glog output to logrus (#243)
  • Add Subquery support (#246)
promxy - v0.0.55

Published by jacksontj almost 5 years ago

  • Completely special-case the scalar call method (#234 )
  • Swap glog to fix crashing with full tmp dir (#237 )
promxy - v0.0.54

Published by jacksontj almost 5 years ago

  • Fix panic on rule evaluation (#232)
promxy - v0.0.53

Published by jacksontj about 5 years ago

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

Published by jacksontj about 5 years ago

  • add missing ruleManager metrics (#222)
promxy - v0.0.51

Published by jacksontj about 5 years ago

  • add support for scalars in call() responses of NodeReplacer
promxy - v0.0.50

Published by jacksontj about 5 years ago

  • add scalar support (#219)
promxy - v0.0.49

Published by jacksontj about 5 years ago

  • Truncate times to milliseconds (#212)
  • Add QueryParams (query_params) option to add params to downstream queries (#202)