-
Notifications
You must be signed in to change notification settings - Fork 200
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
feat: java doc #1518
feat: java doc #1518
Conversation
Did you see https://docs.odigos.io/instrumentations/java/ebpf ? |
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.
Thanks @yodigos
Left few comment
@@ -0,0 +1,76 @@ | |||
--- | |||
title: "Java Native Instrumentation" |
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.
I think perhaps we can add a short paragraph to explain it, so users can easily figure out which java documentation is relevant to their setup
docs/instrumentations/overview.mdx
Outdated
@@ -11,7 +11,7 @@ Odigos will automatically apply instrumentation to your selected workloads to co | |||
Odigos provides automatic instrumentations in kubernetes for the following runtimes: | |||
|
|||
- [Go](/instrumentations/golang/golang) versions >= 1.17 | |||
- Java versions >= 17 | |||
- Java versions >= 8 |
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.
- Java versions >= 8 | |
- [Java](/instrumentations/java/java)versions >= 8 |
No description provided.