-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[IA] Relocate Java Automatic pages to new Zero-code section (#4430)
Co-authored-by: Phillip Carter <[email protected]> Co-authored-by: Gregor Zeitlinger <[email protected]> Co-authored-by: Severin Neumann <[email protected]>
- Loading branch information
1 parent
baa017e
commit 9eab7c5
Showing
11 changed files
with
70 additions
and
17 deletions.
There are no files selected for viewing
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
title: Zero-code Instrumentation | ||
weight: 2 | ||
cSpell:ignore: pageinfo | ||
--- | ||
|
||
{{% pageinfo color="warning" %}} | ||
|
||
🚧 The content of this section is under active development. To track progress, | ||
see [Issue #4427] | ||
|
||
[Issue #4427]: https://github.com/open-telemetry/opentelemetry.io/issues/4427 | ||
|
||
{{% /pageinfo %}} | ||
|
||
OpenTelemetry [zero-code instrumentation][] is supported for the languages | ||
listed below in the section index. | ||
|
||
If you are using Kubernetes, you can use the [OpenTelemetry Operator for | ||
Kubernetes][otel-op] to [inject zero-code instrumentation] for .NET, Java, | ||
Node.js, Python, or Go into your application. | ||
|
||
[inject zero-code instrumentation]: /docs/kubernetes/operator/automatic/ | ||
[zero-code instrumentation]: /docs/concepts/instrumentation/zero-code/ | ||
[otel-op]: /docs/kubernetes/operator/ |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
title: Java zero-code instrumentation | ||
linkTitle: Java | ||
aliases: | ||
- /docs/java/automatic_instrumentation | ||
- /docs/languages/java/automatic_instrumentation | ||
# FIXME: ensure version update script targets this file too | ||
cascade: | ||
vers: | ||
instrumentation: 2.4.0 | ||
otel: 1.38.0 | ||
cSpell:ignore: Dotel myapp | ||
--- | ||
|
||
Zero-code instrumentation with Java uses a Java agent JAR or Spring Boot | ||
Starter. To learn how to manually instrument your service or app code, see | ||
[Manual instrumentation](/docs/languages/java/instrumentation/). |
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
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 1 addition & 2 deletions
3
...s/languages/java/automatic/spring-boot.md → ...docs/zero-code/java/spring-boot/_index.md
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
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