Andrews Arokiam

Results 51 comments of 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...

> 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

**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 #...