-
Notifications
You must be signed in to change notification settings - Fork 627
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
examples: add a java span profiling example without the Pyroscope sdk #3698
Merged
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
aleks-p
force-pushed
the
examples/java-span-profiling-no-sdk
branch
from
November 15, 2024 18:58
dfb223a
to
1824c69
Compare
aleks-p
added
backport
backport release/v1.9
backport release/v1.10
This label will backport a merged PR to the release/v1.10 branch
and removed
backport
labels
Nov 18, 2024
aleks-p
added
the
type/docs
Improvements for doc docs. Used by Docs team for project management
label
Nov 18, 2024
This PR must be merged before a backport PR will be created. |
bryanhuhta
approved these changes
Nov 18, 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.
LGTM
marcsanmi
approved these changes
Nov 18, 2024
aleks-p
added a commit
that referenced
this pull request
Nov 18, 2024
…#3698) (#3704) * examples: add a java span profiling example without the Pyroscope sdk * update java span profiles doc (cherry picked from commit 165e6e9) Co-authored-by: Aleksandar Petrov <[email protected]>
aleks-p
added a commit
that referenced
this pull request
Nov 18, 2024
…#3698) (#3705) * examples: add a java span profiling example without the Pyroscope sdk * update java span profiles doc (cherry picked from commit 165e6e9) Co-authored-by: Aleksandar Petrov <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
backport release/v1.10
This label will backport a merged PR to the release/v1.10 branch
type/docs
Improvements for doc docs. Used by Docs team for project management
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.
Adding a simpler example for Java span profiling, where we only load the OTEL agent and the Pyroscope OTEL extension. The example lives in
examples/tracing/java
.It might be useful to move the other tracing examples (go, dotnet & python) to their own folders as well. This makes them easier to digest and run.