Skip to content

Releases: honeycombio/refinery

Proxy supports proxies

01 Jul 22:44
19a244b
Compare
Choose a tag to compare
Pre-release

The sampling proxy previously ignored HTTPS proxies that might be configured via the environment. This version now honors the HTTPS_PROXY environment variable to send traffic to Honeycomb via an outbound proxy.

Documentation, logging, bug fixes

14 Jun 23:05
3507200
Compare
Choose a tag to compare
Pre-release

This change

  • updates some documentation on how to run samproxy.
  • adds some debug logs clarifying the flow of spans and traces through the system to help an operator verify (in test conditions) that the cluster is functioning correctly
  • fixes a bug in the sharding code to correctly send spans to peer shards

Adding in redis cluster management

06 Jun 05:03
Compare
Choose a tag to compare
Pre-release

This version adds command line flags and an environment variable to enable using Redis to manage members of the samproxy cluster.

CI tweaks

06 Jun 00:25
Compare
Choose a tag to compare
CI tweaks Pre-release
Pre-release

No change to samproxy, just changing build configs.

Additional packaging formats

06 Jun 00:22
9cf5e42
Compare
Choose a tag to compare
Pre-release

Adding .deb and .rpm to the artifacts generated as part of a release.

Initial versioned release

05 Jun 22:43
30723fc
Compare
Choose a tag to compare
Pre-release

This is the first release of samproxy to have an artifact published back to github with a fixed version.

Changes since the last "release" (aka head of master before this version) is the addition of the option to use Redis to handle managing the list of online peers within the samproxy cluster.

This release is still beta; expect more to come.