8000 Tags · vnl/refinery · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: vnl/refinery

Tags

v2.1.0

Toggle v2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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.

v2.0.2

Toggle v2.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
rel: Prep 2.0.2 (honeycombio#798)

Prep patch release for 2.0.2.

v2.0.1

Toggle v2.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
rel: prep refinery 2.0.1 (honeycombio#787)

Co-authored-by: Kent Quirk <kentquirk@honeycomb.io>

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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>

bug_fix_1.22_20230626

Toggle bug_fix_1.22_20230626's commit message
feat: enable pyroscope deltaprof (honeycombio#747)

bug_fix_1.22_20230519

Toggle bug_fix_1.22_20230519's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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>

bug_fix_1.22_20230518

Toggle bug_fix_1.22_20230518's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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.

v1.21.0

Toggle v1.21.0's commit message
release 1.21

v1.20.0

Toggle v1.20.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
rel: Prep for release of v1.20 (honeycombio#635)

Final doc tweaks and prep for release of 1.20.

v1.19.0

Toggle v1.19.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Prep v1.19.0 (honeycombio#557)

Prep v1.19.0
0