Antonio Curado

Results 2 comments of Antonio Curado

Would adding something like ``` if req.Header.Get("X-Real-Ip") != ""{ span.SetTag("http.real-ip", req.Header.Get("X-Real-Ip")) } else if req.Header.Get("X-Forwarded-For") != ""{ span.SetTag("http.real-ip", req.Header.Get("X-Forwarded-For")) } ``` Be a solution here?

Hi @jacobbednarz, Any reason not to merge this? Currently the official docs are pointing to `client.ai.run` but currently the python sdk is still working with `client.worker.ai.run`