-
Notifications
You must be signed in to change notification settings - Fork 257
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
Update pyroscope/ebpf to v0.4.6 #678
Merged
simonswine
merged 6 commits into
grafana:main
from
simonswine:20240425_update-pyroscope/ebpf-v0.4.4
Apr 30, 2024
Merged
Update pyroscope/ebpf to v0.4.6 #678
simonswine
merged 6 commits into
grafana:main
from
simonswine:20240425_update-pyroscope/ebpf-v0.4.4
Apr 30, 2024
Conversation
This file contains 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
korniltsev
approved these changes
Apr 25, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we expose PIDMapSize SymbolsMapSize to the river config? to actually allow resizing the maps?
Note: Pyroscope updated its prometheus/common dependecy and hence this required further updates.
This also modifieds the way we do defaulting and valides those two new fields.
This updates the pyroscope/ebpf annotations to both have alloy and river ones.
7832e34
to
e7be4b1
Compare
This also includes a test to make sure debug data is marshalled correctly.
@korniltsev I think it is worth giving this another try. |
korniltsev
approved these changes
Apr 27, 2024
hainenber
pushed a commit
to hainenber/alloy
that referenced
this pull request
May 1, 2024
* Update pyroscope/ebpf to v0.4.4 Note: Pyroscope updated its prometheus/common dependecy and hence this required further updates. * Also update windows exporter * Allow pid maps to be configured This also modifieds the way we do defaulting and valides those two new fields. * Update pyroscope/ebpf v0.4.5 This updates the pyroscope/ebpf annotations to both have alloy and river ones. * Add some testing for argument validation * Update to v0.4.6 to fix debug data This also includes a test to make sure debug data is marshalled correctly.
polyrain
pushed a commit
to polyrain/alloy
that referenced
this pull request
May 1, 2024
* Update pyroscope/ebpf to v0.4.4 Note: Pyroscope updated its prometheus/common dependecy and hence this required further updates. * Also update windows exporter * Allow pid maps to be configured This also modifieds the way we do defaulting and valides those two new fields. * Update pyroscope/ebpf v0.4.5 This updates the pyroscope/ebpf annotations to both have alloy and river ones. * Add some testing for argument validation * Update to v0.4.6 to fix debug data This also includes a test to make sure debug data is marshalled correctly.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
backport-to-agent:done
PR has been backported to the agent repo and merged.
backport-to-agent
PR should be backported to the agent repo.
frozen-due-to-age
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.
Note: Pyroscope updated its prometheus/common dependency and hence this required further updates.
cc @korniltsev @andriikushch
The new version v0.4.4 allows to configure the size of the PIDsmap, which has become a limitation for some deployments. (see grafana/pyroscope#3181)
As part of the PR I also released v0.4.6, which updates the annotations to be "alloy" compatible, so the debug info is displayed as before.