Skip to content

marcingrzejszczak/observability-boot-blog-post

Repository files navigation

Spring Boot <3 OpenTelemetry

Code supporting the blog post related to how Spring Boot works with OpenTelemetry.

Building the docs

$ ./mvnw clean install -Pdocs -pl docs

Building the samples

Just run the Maven command to build the samples

$ ./mvnw clean install