mostafafarzaneh
mostafafarzaneh
I am using [`otelgin`](https://pkg.go.dev/go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin) to instrument my server. Some of my routes need to redirect the client to somewhere. Do I need to instrument the redirect request manually? I cannot...
Hey there, I am trying to connect to my Webex meeting using the client example. The library sends an "INVITE" request to the server. The server responses with "Trying", "Ringing",...
I know that in `Mediastreamer2` I can use `video_stream_set_render_callback` and register my callback to get remote and local frames. Even in C API, although there is not a straight way,...
We usually close gRPC streams by canceling the context. The problem is the `otelgrpc` fill the error part of the span(context canceled) and the backend(X-Ray in my case) renders it...
I'm currently working on a gRPC implementation where the client is in Go, and the server is in C++. I have a client-side streaming RPC, and I want to perform...
/kind bug **What happened?** Our EKS cluster runs only on Fargate and when I add these lines: ``` enable_aws_efs_csi_driver = true aws_efs_csi_driver = { regionalStsEndpoints = true } ``` I...
I am using `763104351884.dkr.ecr.us-west-2.amazonaws.com/tensorflow-inference-eia:2.3.0-cpu-py37-ubuntu18.04` docker image which run `amazonei_tensorflow_model_server` and serves models. When I run the server with [https://s3-us-west-2.amazonaws.com/aws-tf-serving-ei-example/ssd_resnet.zip](url) model, I can see the Elastic Inference Cloud Watch metrics changes....
### Summary Service Connect failed to distribute traffic between the two services correctly when using gRPC ### Description We utilize gRPC for communication between two services: Service A (client) and...
Hey @Jonathan, This repo is exactly what I need. Without it, It would be really hard to do my project. I get the image from JS and do some processing...
### What version of OpenTelemetry are you using? "@opentelemetry/api": "^1.8.0", "@opentelemetry/core": "^1.23.0", "@opentelemetry/exporter-trace-otlp-grpc": "^0.50.0", "@opentelemetry/id-generator-aws-xray": "^1.2.1", "@opentelemetry/instrumentation-aws-sdk": "^0.40.0", "@opentelemetry/instrumentation-express": "^0.37.0", "@opentelemetry/instrumentation-grpc": "^0.50.0", "@opentelemetry/instrumentation-http": "^0.50.0", "@opentelemetry/propagator-aws-xray": "^1.3.1", "@opentelemetry/resource-detector-aws": "^1.4.1", "@opentelemetry/sdk-node": "^0.50.0",...