You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rest Gateway : Http handler will read the post body (json)
Call Rest api to send the request body for metrics collection
serve the http request to grpc server.
In short collect the metrics and also send it to grpc server. I am trying to use Ioutil.readall in the second step, after that i am losing request body.
The text was updated successfully, but these errors were encountered:
Hi, missed this the first time around, normally you would do metrics in a gRPC interceptor, so it works for both REST and gRPC traffic. Does that answer the question? I'm gonna close this as it's not a gateway issue, but feel free to ask for more help in #grpc-gateway on Gophers slack.
Suggest me how to do this.
In short collect the metrics and also send it to grpc server. I am trying to use Ioutil.readall in the second step, after that i am losing request body.
The text was updated successfully, but these errors were encountered: