-
Notifications
You must be signed in to change notification settings - Fork 929
Add support for grafana-pyroscope to besu #8510
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
Conversation
abbe624
to
640c189
Compare
Signed-off-by: Joshua Fernandes <joshua.fernandes@consensys.net>
640c189
to
ffe4c24
Compare
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.
This can have a non negligible performance impact as we're disabling inlining. Is it possible to without disabling inlining, otherwise we need to not make it default, but enable it when needed.
Lost me @ahamlat . There is 2 ways to inject pyro in:
|
I agree that the Java options are on the user side, but we can add that |
This pr is stale because it has been open for 30 days with no activity. |
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.
LGTM
maybe worth a changelog entry |
PR description
Add support for grafana-pyroscope to besu
To use, set the following env vars in compose, k8s etc
Thanks for sending a pull request! Have you done the following?
doc-change-required
label to this PR if updates are required.Locally, you can run these tests to catch failures early:
./gradlew spotlessApply
./gradlew build
./gradlew acceptanceTest
./gradlew integrationTest
./gradlew ethereum:referenceTests:referenceTests