Skip to content

Commit c51cb5d

Browse files
rel: Prepare the 2.9.4 release (#1514)
## Which problem is this PR solving? Prepares the next Refinery release. ## Short description of the changes - Add changelog entry - Add release notes entry - Regenerate docs --------- Co-authored-by: Kent Quirk <kentquirk@honeycomb.io>
1 parent 4f8cde1 commit c51cb5d

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Refinery Changelog
22

3+
## 2.9.4 2025-03-25
4+
5+
### Features
6+
7+
- feat: Record the number of bytes per event (#1510) | [Mike Goldsmith](https://github.com/MikeGoldsmith)
8+
9+
### Maintenance
10+
11+
- maint: bump deps (#1511) | [Tyler Helmuth](https://github.com/TylerHelmuth)
12+
- maint(deps): bump the minor-patch group with 6 updates (#1499) | [Tyler Helmuth](https://github.com/TylerHelmuth)
13+
314
## 2.9.3 2025-02-13
415

516
### Fixes

RELEASE_NOTES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
While [CHANGELOG.md](./CHANGELOG.md) contains detailed documentation and links to all the source code changes in a given release, this document is intended to be aimed at a more comprehensible version of the contents of the release from the point of view of users of Refinery.
44

5+
## Version 2.9.4
6+
7+
This is a maintenance release that adds the `incoming_router_event_bytes` and `peer_router_event_bytes` metrics, which use a histogram to record the number of bytes per received event.
8+
The release also includes dependency updates.
9+
510
## Version 2.9.3
611

712
This is a bug fix release that includes fixes relating to debugging with otel tracing.

config_complete.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
## Honeycomb Refinery Configuration ##
33
######################################
44
#
5-
# created on 2025-02-13 at 16:52:12 UTC from ../../config.yaml using a template generated on 2025-02-13 at 16:52:04 UTC
5+
# created on 2025-03-25 at 13:08:15 UTC from ../../config.yaml using a template generated on 2025-03-25 at 13:08:03 UTC
66

77
# This file contains a configuration for the Honeycomb Refinery. It is in YAML
88
# format, organized into named groups, each of which contains a set of
@@ -1198,8 +1198,8 @@ Specialized:
11981198
##
11991199
## Eligible for live reload.
12001200
# AdditionalAttributes:
1201-
# ClusterName: MyCluster
12021201
# environment: production
1202+
# ClusterName: MyCluster
12031203

12041204
###############
12051205
## ID Fields ##

metrics.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Honeycomb Refinery Metrics Documentation
22

33
This document contains the description of various metrics used in Refinery.
4-
It was automatically generated on 2025-02-13 at 16:52:11 UTC.
4+
It was automatically generated on 2025-03-25 at 13:08:14 UTC.
55

66
Note: This document does not include metrics defined in the dynsampler-go dependency, as those metrics are generated dynamically at runtime. As a result, certain metrics may be missing or incomplete in this document, but they will still be available during execution with their full names.
77

@@ -97,6 +97,7 @@ Metrics in this table don't contain their expected prefixes. This is because the
9797
| queue_time | Histogram | Microseconds | The time spent in the queue before being sent to Honeycomb |
9898
| _router_proxied | Counter | Dimensionless | the number of events proxied to another refinery |
9999
| _router_event | Counter | Dimensionless | the number of events received |
100+
| _router_event_bytes | Histogram | Bytes | the number of bytes per event received |
100101
| _router_span | Counter | Dimensionless | the number of spans received |
101102
| _router_dropped | Counter | Dimensionless | the number of events dropped because the channel was full |
102103
| _router_nonspan | Counter | Dimensionless | the number of non-span events received |

0 commit comments

Comments
 (0)