bas smit
bas smit
Somewhat uninformed question: Does it make sense for this to be a 'global' toggle, or would you want to be able to do this per probe? Or maybe a global...
@pront gentle ping. What would be the best way to move this forward?
Ill pick this up again next week
@pront I (finally) updated this. I can use some help with the test case as im failing to let delivery fail. ``` ──── TRY 4 STDERR: vector sources::opentelemetry::tests::delivery_error thread 'sources::opentelemetry::tests::delivery_error'...
> > @pront I (finally) updated this. I can use some help with the test case as im failing to let delivery fail. > > ``` > > ──── TRY...
@pront or anyone else on the team. Gentle ping. I took a look at it and feel like I'm missing something obvious in the one failing [test](https://github.com/vectordotdev/vector/pull/22957#discussion_r2064870738) but cannot figure...
Thanks for opening this. Useful to get a consistent experience around all types of variables. As we already have `$` and `@` to identify variables I don't think we have...
> > One place where let can be useful is if we want to introduce [variable shadowing](https://en.wikipedia.org/wiki/Variable_shadowing) in scopes > > I think even then I might prefer the keyword...
As an extension. Should attributes also be considered on maps? #2954 has map up front. What if you could write: ``` #[format("%s %x -> %d", map.key.0, map.key.1, map.value) let @somemap...
> Also very curious, in the aggregated stacks, I get two keys in the same map which look identical to me, but apparently aren't to bpftrace. `ustack` stores both the...