Tyler Helmuth

Results 799 comments of Tyler Helmuth

This feels reasonable, especially if there is existing precedence in KSM. Is `PodStatus` already watchable via the k8sobjectsreceiver?

> In general, I feel like the piecemeal and fragmented approach to Kubernetes metrics in OTel is going to make it impossible to have any vendors build meaningful user experiences...

You've come upon something OTTL doesn't do well: conditions on specific items in a dynamic list. Ultimately the way we wish we could handle this situation is with something like:...

Side note, that is a very clever work around, one that I would consider a bug. I think we should patch that once we have a real solution for the...

@rnishtala-sumo curious on your thoughts.

This issue highlights a downside to our current type system. While it makes it really easy for functions to enforce specific types are passed in via Getters and error appropriately,...

But also I would consider the way you're using `function` a bug. I think we should patch that once we have a real solution for https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/32896. In my opinion the...

> None of those have changed since v1.6.1 of the semantic conventions. 🚀 > this is no longer a breaking change. It unconditionally adds the new semconv, and adds a...

We've made progress toward this issue. The collector now: 1. supports logging during confmap resolution 2. prints a log if `$ENV` syntax is used. To officially work towards deprecating the...