Skip to content

Commit 8b2dfff

Browse files
committed
Clean up after rebase
1 parent 35786f6 commit 8b2dfff

File tree

8 files changed

+8
-13
lines changed

8 files changed

+8
-13
lines changed

config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Honeycomb Refinery Configuration Documentation
44

55
This is the documentation for the configuration file for Honeycomb's Refinery.
6-
It was automatically generated on 2026-02-04 at 18:27:42 UTC.
6+
It was automatically generated on 2026-02-06 at 14:53:41 UTC.
77

88
## The Config file
99

config/file_config.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -566,11 +566,6 @@ func newFileConfig(opts *CmdEnv, cData, rulesData []configData, currentVersion .
566566
// Set workerCount on SampleCache once during initialization
567567
mainconf.SampleCache.WorkerCount = uint(mainconf.Collection.GetWorkerCount())
568568

569-
// Validate AdditionalHeaders doesn't contain reserved Honeycomb headers
570-
if err := validateAdditionalHeaders(mainconf.Network.AdditionalHeaders); err != nil {
571-
return nil, err
572-
}
573-
574569
cfg := &fileConfig{
575570
mainConfig: mainconf,
576571
mainHash: mainhash,

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 2026-02-04 at 18:27:42 UTC from ../../config.yaml using a template generated on 2026-02-04 at 18:27:39 UTC
5+
# created on 2026-02-06 at 14:53:41 UTC from ../../config.yaml using a template generated on 2026-02-06 at 14:53:35 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
@@ -558,8 +558,8 @@ HoneycombLogger:
558558
##
559559
## Not eligible for live reload.
560560
# AdditionalAttributes:
561-
# pipeline.id: '12345'
562561
# rollout.id: '67890'
562+
# pipeline.id: '12345'
563563

564564
###################
565565
## Stdout Logger ##

metrics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Honeycomb Refinery Metrics Documentation
44

55
This document contains the description of various metrics used in Refinery.
6-
It was automatically generated on 2026-02-04 at 18:27:42 UTC.
6+
It was automatically generated on 2026-02-06 at 14:53:40 UTC.
77

88
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.
99

rules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Honeycomb Refinery Rules Documentation
44

55
This is the documentation for the rules configuration for Honeycomb's Refinery.
6-
It was automatically generated on 2026-02-04 at 18:27:42 UTC.
6+
It was automatically generated on 2026-02-06 at 14:53:41 UTC.
77

88
## The Rules file
99

tools/convert/configDataNames.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Names of groups and fields in the new config file format.
2-
# Automatically generated on 2026-02-04 at 18:27:39 UTC.
2+
# Automatically generated on 2026-02-06 at 14:53:35 UTC.
33

44
General:
55
- ConfigurationVersion

tools/convert/minimal_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# sample uncommented config file containing all possible fields
2-
# automatically generated on 2026-02-04 at 18:27:40 UTC
2+
# automatically generated on 2026-02-06 at 14:53:35 UTC
33
General:
44
ConfigurationVersion: 2
55
MinRefineryVersion: "v2.0"

tools/convert/templates/configV2.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
## Honeycomb Refinery Configuration ##
33
######################################
44
#
5-
# created {{ now }} from {{ .Input }} using a template generated on 2026-02-04 at 18:27:39 UTC
5+
# created {{ now }} from {{ .Input }} using a template generated on 2026-02-06 at 14:53:35 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

0 commit comments

Comments
 (0)