Pablo Collins
Pablo Collins
Hi @dmitryax -- all checks have passed 🎉
Hi Steve, sorry this isn't working for you. I'm assuming your filter expression is exactly `Datacenter == 'MyDatacenter' && Cluster == 'MyCluster'` with just the names of the datacenter and...
Thanks for the submission. I'll see if I can reproduce the issue on Mac w/ .NET 5.
So I tried getting System.Runtime metrics from a long-running, simple application on macOS using .NET 5 and that works. Any tips on how to reproduce? Also, can you add the...
Yeah, there are [several examples](https://github.com/search?q=repo%3Aopen-telemetry%2Fopentelemetry-python+get_tracer_provider%28%29.add_span_processor%28+path%3A%2F%5Edocs%5C%2Fexamples%5C%2F%2F&type=code) that use this pattern where the example script creates a `TracerProvider`, hands it to the API, then immediately asks for it from the API but...
Using an RLock sounds like a good idea in general, but I'm not sure that it will solve this problem (hard to say because I don't think we fully understand...
Would like to discuss if we should continue to let folks bring their own `opentelemetry_context` implementation at all, or if we should instead just instantiate a `ContextVarsRuntimeContext`, removing the complexity...
Hi @Sammyjroberts, since you've set up instrumentation manually, have you tried removing the `opentelemetry-instrument` command? You'll want to either do manual instrumentation as you've demonstrated above, or auto instrumentation via...
Hi all, thank you for your contributions up to this point -- I think this is a positive PR. Can we work on getting it across the line? I'm happy...
> I'm happy to pick it back up if others think it is useful. It didn't seem like there was much excitement for it, and I wasn't really excited to...