
Configuration
The integration works by sending trace data to Openlayer’s OpenTelemetry endpoint.The full code used in this guide is available
here.
1
Add dependencies
Make sure your project includes the following dependencies:
- Spring Boot Actuator
- Micrometer tracing with OpenTelemetry support
- OTLP exporter
2
Configure Tracing in `application.yml`
With the dependencies in place, Spring Boot will auto-configure OpenTelemetry tracing.You just need to:
- Set the OTLP endpoint (pointing to Openlayer)
- Enable tracing for Spring AI
3
Point to Openlayer's OpenTelemetry endpoint
Finally, point your application to Openlayer’s OpenTelemetry endpoint via
the following environment variables:
4
Run LLMs and workflows as usual
Once instrumentation is set up, you can run your Spring application and LLM calls as usual.
Trace data will be automatically captured and exported to Openlayer, where
you can begin testing and analyzing it.