feat(beyla.ebpf): Bump to v3.7.0#5966
Open
grafana-alloybot[bot] wants to merge 5 commits intomainfrom
Open
Conversation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
|
💻 Deploy preview available (chore(beyla): Bump to v3.7.0): |
Contributor
|
💻 Deploy preview available (feat(beyla): Bump to v3.7.0): |
Contributor
|
💻 Deploy preview available (feat(beyla.ebpf): Bump to v3.7.0): |
Contributor
🔍 Dependency ReviewBelow are the dependency upgrades detected in go.mod and associated replace directives, along with the concrete code/config changes required to adopt them. For each, I’ve included evidence and minimal diffs to maintain current behavior. github.com/grafana/beyla/v3 v3.6.0 -> v3.7.0 —
|
1354f16 to
2bd0dc0
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
github.com/grafana/beyla/v3fromv3.6.0tov3.7.0go.opentelemetry.io/obireplacement from OBI pseudo-versionv1.12.2-0.20260318145328-e31c5acda289to tagged releasev1.16.2(grafana/opentelemetry-ebpf-instrumentation)statsblock mapping to the Alloy Beyla integration for parity with Beyla v3.7.0OBI replacement bump
The
.obi-srcgitlink in Beyla at tagv3.7.0points to9632afd12f59cda12c2958415beb420abca6a3e2, which is the tip of thev1.16.2tag ongrafana/opentelemetry-ebpf-instrumentation.New fields:
statsblockBeyla v3.7.0 adds
Stats obi.StatsConfigtobeyla.Config, enabling the new Stats Observability (FeatureStatsO11y) mode. The following fields are now exposed:agent_ipAgentIPstringagent_ip_ifaceAgentIPIfacestringagent_ip_typeAgentIPTypestringcidrsCIDRslist(string)print_statsPrintboolThe
"stats"value is also added to the validmetrics.featuresset.Notable fix
beyla.DefaultConfig()in v3.7.0 mutates the globalobi.DefaultConfig.Routespointer when applying the newUnmatchLowCardinalitydefault. This causedRoutes.Convert()to have its result overwritten by subsequentDefaultConfig()calls (e.g., insideAttributes.Convert()). Fixed by deep-copying the defaultRoutesConfigstruct inRoutes.Convert().🤖 Generated with Claude Code