Emily Jiang
Emily Jiang
Thanks @jkwatson for the confirmation! I assume the property name will be updated to something like `otel.sdk.enabled` when you stabilize it, right?
@jkwatson I would probably find out by checking out the code base. I am wondering whether you know for sure whether there is a programmatic api to switch on/off OTel...
> Would bridging the OpenTelemetry API to MicroProfile metrics be OK for this? @anuraaga The problem is that in MicroProfile, Tracing and Metrics and separate. If I use MicroProfile Telemetry...
@anuraaga in my use case, I have other metrics plugged in so I only want to use OpenTelemetry Tracing. Metrics would be provided by MicroProfile Metrics not OpenTelemetry Metrics for...
It seems this PR was blocked from merging as it requires Code Owner to review. Can someone from that group view this and merge this PR? Thanks
Thanks @starksm64 ! I have been using alpha9 locally. Thought it would be nice to have 1.7 released. Since you said it was slow to produce a release, I will...
One issue with alternate is that the tests might make into future release. A further clean up needs to be performed before another minor/major release. We need to track this....
@radcortez if smallRye config does not support it, it does not comply with the spec. The spec clearly states the following: ``` /** * The key of the config property...
I am happy with the settlement of " for parameter injection, {@code injection_point_name} cannot be determined, the value has to be provided.". We can have this issue closed if we...
oops. I reread the javadoc, it is clearly saying the parameter name with class name would be used for the property name. It is better if this can be fixed...