spring-projects-experimental / spring-cloud-sleuth-otel

Spring Cloud Sleuth support for OpenTelemetry
https://spring-projects-experimental.github.io/spring-cloud-sleuth-otel/docs/current/reference/html/
Apache License 2.0
111 stars 33 forks source link

doc: otlp specific exporter and remove unnecessary repos from pom #157

Closed cmergenthaler closed 1 year ago

cmergenthaler commented 1 year ago

Adds otlp specific exporter to Readme in order to have proper setup. See #155

marcingrzejszczak commented 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)

cmergenthaler commented 1 year ago

@marcingrzejszczak Thanks for the reply! Should have read the docs before changing them. I have changed the correct files now