-
Notifications
You must be signed in to change notification settings - Fork 0
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
AGE-17 : Feature flag for continuous profiling #15
Merged
bhogayatakb
merged 1,713 commits into
main
from
naman47/feature-flag-for-continuos-profiling
Sep 13, 2024
Merged
AGE-17 : Feature flag for continuous profiling #15
bhogayatakb
merged 1,713 commits into
main
from
naman47/feature-flag-for-continuos-profiling
Sep 13, 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
…metry#11598) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…en-telemetry#11624) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…lemetry#11629) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…lemetry#11630) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…rter-web to v3.3.1 (main) (open-telemetry#11644) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Trask Stalnaker <[email protected]>
… to v4.0.1 (main) (open-telemetry#11652) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…emetry#11681) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…lemetry#11686) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…-telemetry#11689) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…pen-telemetry#11699) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…in) (open-telemetry#12169) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…lemetry#12167) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jonas Kunz <[email protected]>
….24.0 (main) (open-telemetry#12187) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
… (main) (open-telemetry#12189) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…ry#12191) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…main) (open-telemetry#12205) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…-telemetry#12208) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
… to v8.3.1 (main) (open-telemetry#12209) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…pen-telemetry#12211) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…ity.gradle.plugin to v3.18.1 (main) (open-telemetry#12212) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
naman47vyas
changed the title
Naman47/feature flag for continuos profiling
Naman47/feature flag for continuous profiling
Sep 13, 2024
naman47vyas
changed the title
Naman47/feature flag for continuous profiling
Feature flag for continuous profiling
Sep 13, 2024
bhogayatakb
approved these changes
Sep 13, 2024
bhogayatakb
changed the title
Feature flag for continuous profiling
AGE-17 : Feature flag for continuous profiling
Sep 13, 2024
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.
Syncing the fork and merging with the upstream repository.
Removed all the workflows except the .github/workflows/middleware-javaagent.yml.
Kept the changes in examples/extension/src/test/java/com/example/javaagent/smoketest/SpringBootIntegrationTest.java as it is.
Default to grpc as the Otel protocol.
Added feature flag for adding continuous profiling.
Set variable
MW_APM_COLLECT_PROFILING=true
for enabling andMW_APM_COLLECT_PROFILING=false
for disabling continuous profiling.If variable not provided it defaults to true.