jessezamora
jessezamora
When can this stuff be done? I'd really like to be able to have logs exporting to otel finally in my apps...anything I can do to help here?
> As far as I remember the majority of the migration was trivial. Converting the exporters to use the new GRPCClient architecture is trickier though, because it now relies on...
Good to merge? LOL
Seems like there is still some issue (perhaps somewhere in grpc-swift-2) where it's not trying to reconnect properly under certain scenarios. If we can prove that it's a grpc-swift-2 issue...
I think it very well be the same issue manifesting in this situation. I am wondering if they are using a hostname to talk to the Docker container running the...
@simonjbeaumont thats certainly what it looks like. I did a little testing with pure grpc-swift-2 and found it does the same sort of behavior using the linked issue and example...
> [@jessezamora](https://github.com/jessezamora) just following up on this. Could you let us know if this is resolved after resolving the latest dependencies—specifically with this release: https://github.com/grpc/grpc-swift-nio-transport/releases/tag/2.4.0 Absolutely, let me give this...
This appears to be fixed as per the original issue. In my microservices, they are all now properly exporting to OTel after networking comes up during boot. And in the...
I think it could be good if OTel could be flexible with the URL and use the appropriate protocol automatically based on the URL: - grpc:// = gRPC - http://...
Yes I am basically just running the `hello-world-hummingbird-server-otlp-grpc` example exactly how it was but with additional configuration added as I showed in the ticket. Here's the full code for context:...