Tags: vnl/refinery
Tags
rel: prep v2.1.0 (honeycombio#834) This is the prep for the v2.1.0 release. It includes a 1-word typo fix in the README. Breaking the rules slightly, but VERY slightly.
rel: Prep 2.0.2 (honeycombio#798) Prep patch release for 2.0.2.
rel: prep refinery 2.0.1 (honeycombio#787) Co-authored-by: Kent Quirk <kentquirk@honeycomb.io>
rel: Release v2.0.0 (honeycombio#743) This is the release notes and changelog for v2.0.0. --------- Co-authored-by: Phillip Carter <pcarter@fastmail.com> Co-authored-by: Tyler Helmuth <12352919+TylerHelmuth@users.noreply.github.com> Co-authored-by: Mary J. <maryjinglewski@honeycomb.io>
feat: enable pyroscope deltaprof (honeycombio#747)
fix: send probes to peers during stress relief (honeycombio#689) ## Which problem is this PR solving? - honeycombio#688 When stress relief activates, it stops sending peer traffic. But the metrics that update stress relief based on peer volume only update when there's peer traffic. This causes any trace that refinery keeps (forwards to Honeycomb) in stress relief mode to *also* be sent as a probe to the appropriate peer (which then drops it). This ensures that a little bit of traffic also gets to peers, which keeps the system operating normally and updating metrics. ## Short description of the changes - Make a copy of the incoming event as a probe whenever stress relief is active and would keep a span; if the probe would have been sent to a peer, send it. - When a probe is received from a peer, drop it without further examination. - Log when this happens on both sides. - Add the stress relief reason to the `meta.refinery.reason` field for kept spans so that it's not only found in the logs. --------- Co-authored-by: Alyson van Hardenberg <avanhardenberg@honeycomb.io>
fix: Port fix from honeycombio#686 to patch branch (honeycombio#687) ## Which problem is this PR solving? Panics on certain events due to attempt to assert []byte to string. ## Short description of the changes Handle each case separately Original work by @RainofTerra in honeycombio#686 but we need a patch to a previous release.
rel: Prep for release of v1.20 (honeycombio#635) Final doc tweaks and prep for release of 1.20.
PreviousNext