Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update BUILDINFO_PKG to v2 in Makefile #1682

Merged
merged 1 commit into from
Feb 20, 2025
Merged

Conversation

icylord
Copy link
Contributor

@icylord icylord commented Feb 20, 2025

since the github.com/grafana/beyla/pkg/buildinfo was changed to github.com/grafana/beyla/v2/pkg/buildinfo in this commit(3c4e678), but the Makefile still uses old name, this will cause the Version and Revision to not be properly set.

Below are the logs from the grafana/beyla:2.0.5:

time=*** level=INFO msg="Grafana Beyla" Version=unset Revision=unset "OpenTelemetry SDK Version"=1.32.0
******

@CLAassistant
Copy link

CLAassistant commented Feb 20, 2025

CLA assistant check
All committers have signed the CLA.

@icylord icylord marked this pull request as ready for review February 20, 2025 01:18
@icylord icylord requested a review from a team as a code owner February 20, 2025 01:18
Copy link
Contributor

@marctc marctc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch, thanks!

Copy link

codecov bot commented Feb 20, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 69.69%. Comparing base (f8d9fe6) to head (edfcba6).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1682      +/-   ##
==========================================
+ Coverage   69.64%   69.69%   +0.05%     
==========================================
  Files         209      209              
  Lines       20975    20975              
==========================================
+ Hits        14608    14619      +11     
+ Misses       5661     5653       -8     
+ Partials      706      703       -3     
Flag Coverage Δ
integration-test 54.31% <ø> (+0.16%) ⬆️
k8s-integration-test 54.45% <ø> (+0.09%) ⬆️
oats-test 35.21% <ø> (ø)
unittests 46.18% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@mariomac mariomac left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👏🏻

@marctc marctc merged commit 03596e8 into grafana:main Feb 20, 2025
13 checks passed
marctc added a commit that referenced this pull request Feb 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants