Skip to content

Commit

Permalink
Severin's feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin committed May 7, 2024
1 parent bad0eda commit ee2154f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
6 changes: 3 additions & 3 deletions content/en/docs/zero-code/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ 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 auto-instrumentation libraries][auto] for .NET,
Java, Node.js, Python, Go into your application.
Kubernetes][otel-op] to [inject zero-code instrumentation] for .NET, Java,
Node.js, Python, Go into your application.

[auto]: /docs/kubernetes/operator/automatic/
[inject zero-code instrumentation]: /docs/kubernetes/operator/automatic/
[zero-code instrumentation]: /docs/concepts/instrumentation/zero-code/
[otel-op]: /docs/kubernetes/operator/
4 changes: 2 additions & 2 deletions content/en/docs/zero-code/java/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ cascade:
cSpell:ignore: Dotel myapp
---

Zero-code instrumentation with Java can use a Java agent JAR or Spring Boot
Start. To learn how to manually instrument your service or app code, see
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/).
13 changes: 6 additions & 7 deletions content/en/docs/zero-code/java/agent/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,12 @@ redirects: [{ from: /docs/languages/java/automatic/*, to: ':splat' }]
cSpell:ignore: Dotel myapp
---

Zero-code instrumentation with Java case use a Java agent JAR attached to any
Java 8+ application. It dynamically injects bytecode to capture telemetry from
many popular libraries and frameworks. It can be used to capture telemetry data
at the "edges" of an app or service, such as inbound requests, outbound HTTP
calls, database calls, and so on. To learn how to manually instrument your
service or app code, see
[Manual instrumentation](/docs/languages/java/instrumentation/).
Zero-code instrumentation with Java uses a Java agent JAR attached to any Java
8+ application. It dynamically injects bytecode to capture telemetry from many
popular libraries and frameworks. It can be used to capture telemetry data at
the "edges" of an app or service, such as inbound requests, outbound HTTP calls,
database calls, and so on. To learn how to manually instrument your service or
app code, see [Manual instrumentation](/docs/languages/java/instrumentation/).

## Setup

Expand Down

0 comments on commit ee2154f

Please sign in to comment.