diff --git a/content/en/docs/zero-code/java/agent/api.md b/content/en/docs/zero-code/java/agent/api.md index f7fae4c6a3cd..e1a37ce8283f 100644 --- a/content/en/docs/zero-code/java/agent/api.md +++ b/content/en/docs/zero-code/java/agent/api.md @@ -1,7 +1,9 @@ --- title: Extending instrumentations with the API linkTitle: Extend with the API -description: Use the OpenTelemetry API in combination with the Java agent to extend the automatically generated telemetry with custom spans and metrics +description: + Use the OpenTelemetry API in combination with the Java agent to extend the + automatically generated telemetry with custom spans and metrics weight: 21 --- diff --git a/content/en/docs/zero-code/java/spring-boot-starter/api.md b/content/en/docs/zero-code/java/spring-boot-starter/api.md index bbffbc33f5ad..e286e4852bf6 100644 --- a/content/en/docs/zero-code/java/spring-boot-starter/api.md +++ b/content/en/docs/zero-code/java/spring-boot-starter/api.md @@ -1,7 +1,9 @@ --- title: Extending instrumentations with the API linkTitle: Extend with the API -description: Use the OpenTelemetry API in combination with the Spring Boot starter to extend the automatically generated telemetry with custom spans and metrics +description: + Use the OpenTelemetry API in combination with the Spring Boot starter to + extend the automatically generated telemetry with custom spans and metrics weight: 21 ---