GongYi
GongYi
same issue. :(
> I see @topikachu closed #138, it wasn't merged. > > Looking for someone to contribute here. Happy to help review and merge PRs. I would want/start with integration test...
Is it safe to delete the host header? I meet the same issue when the target is not the same host as the proxy host.
You don't need to modify the application code to enable OpenTelemetry (OTEL) tracing with the Milvus Python SDK. Simply configure the OTEL environment at application startup—this includes setting the OTLP...
You don’t need to modify the application code to support trace context propagation or make trace IDs visible. The OpenTelemetry Java SDK can be instrumented into the JVM at startup...
Hello, There's no need to manually instrument the grpc-js library to propagate OpenTelemetry trace context. The official OpenTelemetry JavaScript SDK supports automatic instrumentation of grpc-js, as demonstrated in their [official...
Any progress here? It's 2024 now.
Meet a similar issue and find a comment at https://github.com/NVIDIA/k8s-device-plugin/issues/467#issuecomment-1974252052 Remove /dev/shm from your deployment and try again. Could you report back if this works or not? > My Deployment:...
> In Java SDK, the "topk" and "limit" is for different purpose. "topk" is the count of items to be returned for search() "limit" takes effect for "offset" > >...
> topk should be the same meaning of limit. This definition is definitely wrong [@yhmo](https://github.com/yhmo) Thanks for clarifying. A quick but dirty fix, add the below method in `SearchReq`, ```...