Paulo Valente

Results 185 comments of Paulo Valente

> > grpc-opentelemetry > > The issue is to ensure that telemetry data is also available for Prometheus. This allows seamless integration with kubernetes and grafana stack One doesn't affect...

> > Also, we can decide on having a separate lib like grpc-prometheus, for instance grpc-opentelemetry > > I think it makes sense to create a separate lib, among other...

@hiro1107 do you have a repo which reproduces this bug easily?

@guisehn is this issue still relevant? If so, do you want to tackle eventual implementations needed for it?

> @polvalente I think it's still relevant. Not sure how to implement that though. This one seems to be related to the client adapter (which is currently written in with...

> One way of doing load balancing as mentioned on the linked document is using [xDS](https://github.com/grpc/grpc/blob/master/doc/grpc_xds_features.md), however, xDS has other features that might be useful as well but requires a...

Hi, Jeffrey, thanks for the proposal! We're currently in the process of redefining the client side a little bit. #199 will make it easier to implement a new client adapter,...

Does anyone here want to attempt a solution for this issue?

I think we need a better way to detect this, because this depends on the adapter used. Perhaps we can add a telemetry event to which users can listen. It...

This needs some more investigation, especially after the updates in #224