Tim Wojtulewicz

Results 302 comments of Tim Wojtulewicz

I can link you to the code in our project but it's pretty ingrained into all of it so it might be hard to follow. I'll see about pulling out...

Here's a minimal reproducer. It's likely that I'm just holding it wrong here, but I definitely have no idea how. [test.cc.txt](https://github.com/open-telemetry/opentelemetry-cpp/files/13822490/test.cc.txt) Running that results in: ``` % ./a.out 0.000000 5.000000...

I had a few minutes to look at this again and compare it to the test case. It appears that if you make the instrument after the view, everything works...

Unfortunately that's how we're already doing it (view before instrument) in the Zeek code, and it's still not functioning correctly. Is there any easy way to track this down?

I finally figured out what this was, after much staring at debugger output. I was passing the wrong prefix name to the `MeterSelector` constructor for the metric when I created...

I'll go ahead and close this since it's not a bug in otel-cpp, but in my understanding of how things work.

Nope, I'm fine with closing it.

> am I right to assume that Zeek only uses "well-behaved" topic names from the printable ASCII range, or are there some wild use cases where Zeek will treat the...

I see this being pushed along the 1.x track of releases, but I wanted to report that this is happening with 2.0.14 as well. It's basically blocking us from being...