Closed cmergenthaler closed 1 year ago
Thanks for the PR!
The README.adoc file gets generated from this file (https://github.com/spring-projects-experimental/spring-cloud-sleuth-otel/blob/main/docs/src/main/asciidoc/README.adoc). Can you update your PR to change that file.
Then you can run ./mvnw clean install -Pdocs -pl docs
and the files will be regenerated.
Can you also consider updating the docs in the how to section https://github.com/spring-projects-experimental/spring-cloud-sleuth-otel/blob/main/docs/src/main/asciidoc/howto.adoc (final version here https://spring-projects-experimental.github.io/spring-cloud-sleuth-otel/docs/1.1.1/reference/html/howto.html#howto)
@marcingrzejszczak Thanks for the reply! Should have read the docs before changing them. I have changed the correct files now
Adds otlp specific exporter to Readme in order to have proper setup. See #155