From 444ec0d2cbbb7080cf6e1bc4816fdc6da8c59b24 Mon Sep 17 00:00:00 2001 From: alexheifetz Date: Wed, 11 Feb 2026 02:46:46 -0500 Subject: [PATCH] Add Embabel Observability Configuration --- .../main/resources/application-observability.yml | 6 +++++- .../main/resources/application-observability.yml | 6 +++++- pom.xml | 14 +++++--------- 3 files changed, 15 insertions(+), 11 deletions(-) diff --git a/examples-java/src/main/resources/application-observability.yml b/examples-java/src/main/resources/application-observability.yml index b233019..906f4bf 100644 --- a/examples-java/src/main/resources/application-observability.yml +++ b/examples-java/src/main/resources/application-observability.yml @@ -1,5 +1,9 @@ +# Observability configuration for Embabel to see GOAP, Tool Loop and Spring AI traces in your observability platform +embabel: + observability: + enabled: true + service-name: embabel-agent-examples-java # Observability configuration for Spring AI with tracing and logging -# This is a concern of the application, not the library and will be removed in future versions spring: ai: chat: diff --git a/examples-kotlin/src/main/resources/application-observability.yml b/examples-kotlin/src/main/resources/application-observability.yml index b233019..df6f1ca 100644 --- a/examples-kotlin/src/main/resources/application-observability.yml +++ b/examples-kotlin/src/main/resources/application-observability.yml @@ -1,5 +1,9 @@ +# Observability configuration for Embabel to see GOAP and Spring AI traces in your observability platform +embabel: + observability: + enabled: true + service-name: embabel-agent-examples-kotlin # Observability configuration for Spring AI with tracing and logging -# This is a concern of the application, not the library and will be removed in future versions spring: ai: chat: diff --git a/pom.xml b/pom.xml index 5f43660..4d3b4ef 100644 --- a/pom.xml +++ b/pom.xml @@ -43,18 +43,14 @@ - org.springframework.boot - spring-boot-starter-actuator - - - - io.micrometer - micrometer-tracing-bridge-brave + com.embabel.agent + embabel-agent-starter-observability + ${embabel-agent.version} - io.zipkin.reporter2 - zipkin-reporter-brave + io.opentelemetry + opentelemetry-exporter-zipkin