Skip to content

Conversation

objectiser
Copy link
Contributor

@objectiser objectiser commented Mar 17, 2019

This PR accompanies quarkusio/quarkus-quickstarts#107.

Copy link
Member

@gsmet gsmet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@objectiser looks good to me, thanks.

I added a minor comment about the usage of ./mvw. Could you fix that and I'll merge? Thanks!

[source, text]
----
./mvnw compile quarkus:dev -Djvm.args="-DJAEGER_SERVICE_NAME=myservice -DJAEGER_SAMPLER_TYPE=const -DJAEGER_SAMPLER_PARAM=1 -DJAEGER_ENDPOINT=http://localhost:14268/api/traces"
mvn compile quarkus:dev
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We decided to go with the Maven wrapper approach as we had a few reports with people not using the right version of Maven. Could you change it back to ./mvnw?

[source, text]
----
mvn compile quarkus:dev -Djvm.args="-DJAEGER_SERVICE_NAME=myservice -DJAEGER_SAMPLER_TYPE=const -DJAEGER_SAMPLER_PARAM=1 -DJAEGER_ENDPOINT=http://localhost:14268/api/traces"
----
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here.

@objectiser
Copy link
Contributor Author

@gsmet updated. Thanks.

@gsmet gsmet merged commit 407b904 into quarkusio:master Mar 17, 2019
@gsmet
Copy link
Member

gsmet commented Mar 17, 2019

Merged, thanks!

@gsmet gsmet added this to the 0.12.0 milestone Mar 19, 2019
@cescoffier cescoffier changed the title Update opentracing guide to describe using application.properties as … Update opentracing doc to describe using application.properties as alternative to env vars Mar 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants