Skip to content

Commit

Permalink
using API
Browse files Browse the repository at this point in the history
  • Loading branch information
zeitlinger committed Dec 17, 2024
1 parent 0e70e8c commit f406ecb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions content/en/docs/zero-code/java/agent/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ weight: 21
## Introduction

In addition to the out-of-the-box instrumentation, you can extend the Java agent
with custom manual instrumentation using the OpenTelemetry API. This allows you to create
[spans](/docs/concepts/signals/traces/#spans) and
with custom manual instrumentation using the OpenTelemetry API. This allows you
to create [spans](/docs/concepts/signals/traces/#spans) and
[metrics](/docs/concepts/signals/metrics) for your own code without doing too
many code changes.

Expand Down
4 changes: 2 additions & 2 deletions content/en/docs/zero-code/java/spring-boot-starter/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ weight: 21
## Introduction

In addition to the out-of-the-box instrumentation, you can extend the Spring
starter with custom manual instrumentation using the OpenTelemetry API.
This allows you to create [spans](/docs/concepts/signals/traces/#spans) and
starter with custom manual instrumentation using the OpenTelemetry API. This
allows you to create [spans](/docs/concepts/signals/traces/#spans) and
[metrics](/docs/concepts/signals/metrics) for your own code without doing too
many code changes.

Expand Down

0 comments on commit f406ecb

Please sign in to comment.