Andrews Arokiam
Andrews Arokiam
@ask664 We have a version conflict with Kubeflow and are in conversation (slack) with them to see if they could upgrade as well. Will create a ticket in kubeflow and...
/assign @andyi2it
> Hi @andyi2it, looks like we did the same thing, I sent this PR last week #4030 we could merge both, on my version I decided to put it inside...
Is resolved by https://github.com/kserve/kserve/pull/4030
/rerun-all
**Code changes snippet** ```python from opentelemetry import trace from opentelemetry.instrumentation.fastapi import FastAPIInstrumentor from opentelemetry.sdk.trace import TracerProvider from opentelemetry.sdk.trace.export import BatchSpanProcessor from opentelemetry.sdk.resources import SERVICE_NAME, Resource from opentelemetry.exporter.otlp.proto.grpc.trace_exporter import OTLPSpanExporter #...
Move controlplane changes to its own PR.