Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for MicroProfile OpenTracing properties #240

Closed
angelozerr opened this issue Mar 11, 2020 · 0 comments · Fixed by #245
Closed

Support for MicroProfile OpenTracing properties #240

angelozerr opened this issue Mar 11, 2020 · 0 comments · Fixed by #245
Assignees
Labels
enhancement New feature or request properties Features supported in application.properties quarkus-jdt-extension
Milestone

Comments

@angelozerr
Copy link
Contributor

See properties at
https://github.com/eclipse/microprofile-opentracing/blob/master/spec/src/main/asciidoc/configuration.asciidoc

I think we should manage those properties by hard coding it like

but by checking if there are MicroProfile OpenTracing in the classpath.

To do that we could check that org.eclipse.microprofile.opentracing.Traced annotation exists in the classpath. See example at

@angelozerr angelozerr added properties Features supported in application.properties quarkus-jdt-extension labels Mar 11, 2020
@angelozerr angelozerr added this to the v0.0.6 milestone Mar 11, 2020
@angelozerr angelozerr changed the title Support for MicroProfile OpenTracing properties Support for MicroProfile OpenTracing properties Mar 11, 2020
@xorye xorye added the enhancement New feature or request label Apr 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request properties Features supported in application.properties quarkus-jdt-extension
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants