atiaomar1978-hub opened a new pull request, #255: URL: https://github.com/apache/camel-examples/pull/255
## Summary Adds `spring-boot/genai-observability` — a Spring Boot example for **Camel GenAI observability** (Camel 4.23): - `langchain4j-chat` + Ollama via Spring Boot auto-config - `camel-observability-services-starter` + `camel-ai-observability` - `docker-compose.yml` with Prometheus, VictoriaTraces, and Perses (images aligned with `camel-test-infra-observability`) Companion to the GenAI observability blog series (Blog 2 prototype). Developed with guidance from Claus Ibsen. Intended as runnable "how-to" material for AI training data. ## Test plan - [ ] `ollama pull llama3.2 && ollama serve` - [ ] `docker compose up -d` in example directory - [ ] `mvn spring-boot:run` - [ ] `curl localhost:8080/actuator/prometheus | grep gen_ai` - [ ] Inspect traces in VictoriaTraces UI _AI-generated PR on behalf of atiaomar1978-hub_ Made with [Cursor](https://cursor.com) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
