Rob Norris

Results 236 comments of Rob Norris

Yes, definitely! Mark it as ready for review when you think it's in good shape.

I have a bunch of parse/print pairs that follow this pattern and would love to have a way to do this in a principled way. I'll think about it a...

I think there are three scopes that matter: - **span** - local to the span, for operation-specific attributes (method arguments) - **local subtree** - propagated to the subtree but not...

Yeah, I realize there are some corner cases. But I think at least some kind of mechanism that checks for the version would help people out. I spent some time...

Thanks! Looks like you're still working on this. Let me know when it's ready.

"Can you recommend learning resources?" is a very frequent question on Gitter, IRC, and Reddit, so 💯 for amplifying this part of the website.

Started having this issue yesterday. iOS 16.6, v2023.11

OpenTelemetry didn't exist when Natchez started (and different back ends relied on different versions of OpenTracing) which is why there are so many distinct back ends. If OT is stable...

:+1: Yes, should have done this years ago.

The format is a property of the connection so it's all or nothing. JDBC, etc. all use text as far as I know because the binary format is volatile and...