David Pitoniak

Results 31 comments of David Pitoniak

As an output of this PR I would like to open a discussion / issue to talk about the following refactors: - Renaming the types named `Metics*` to `Metric*` to...

> LGTM. We'll need some follow ups, as noted in comments. > > Most important thing is a detailed migration guide, which can be written in this PR's description for...

> @pitoniak32, can you help me with `with_batch_config()`, how to use it now with 0.27? Sure! Do you have a specific issue? Did you checkout the migration guide in the...

(__facepalm__ 😅) I found a work around for the issue. If you `as i64` the value, it shows as an integer in the trace backends. [where I stumbled on the...

> I am still wondering if this is expected behavior? If it is, I would like to open a PR adding a little documentation to the `span.record` method to give...

Hey all! Is there any update on this? It seems the blocking item has been closed?

I also have the same issue. I was able to find a workaround that got me the functionality I was looking for originally, it does not address the bug here...

I started looking into this one >Resource detector packages MAY detect resource information from multiple possible sources and merge the result using the Merge operation described above. The spec seems...

If you are using the Open Telemetry Collector on recent versions, the default for the grpc reciever is now `localhost:4317` instead of `0.0.0.0:4317` which caused this error for me when...

Starting to take a look into this one, I am going to open a draft PR to make sure I'm heading in the right direction before I go any further.