Hung Hoang
Hung Hoang
Upgrading `http4k-ops-opentelemetry` from `6.0.0.0` to `6.0.0.1` fails with ``` java.lang.ClassNotFoundException: io.opentelemetry.semconv.SemanticAttributes at io.opentelemetry.instrumentation.api.incubator.semconv.rpc.RpcCommonAttributesExtractor.onStart(RpcCommonAttributesExtractor.java:27) at io.opentelemetry.instrumentation.api.instrumenter.Instrumenter.doStart(Instrumenter.java:179) at io.opentelemetry.instrumentation.api.instrumenter.Instrumenter.start(Instrumenter.java:132) at io.opentelemetry.instrumentation.grpc.v1_6.TracingClientInterceptor.interceptCall(TracingClientInterceptor.java:51) at io.grpc.ClientInterceptors$InterceptorChannel.newCall(ClientInterceptors.java:156) at io.grpc.internal.ManagedChannelImpl.newCall(ManagedChannelImpl.java:827) at io.grpc.internal.ForwardingManagedChannel.newCall(ForwardingManagedChannel.java:63) at com.google.api.gax.grpc.ChannelPool$AffinityChannel.newCall(ChannelPool.java:536) at com.google.api.gax.grpc.ChannelPool.newCall(ChannelPool.java:144) at...