From 949179203d87cd70d990d1ab9b5df0f502b64a70 Mon Sep 17 00:00:00 2001 From: Gregor Zeitlinger Date: Wed, 18 Dec 2024 12:55:21 +0100 Subject: [PATCH] using API --- content/en/docs/zero-code/java/agent/api.md | 4 +++- content/en/docs/zero-code/java/spring-boot-starter/api.md | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) 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 ---