Gary Pennington
Gary Pennington
@marianoqueirel Thanks for the extra information, that has helped narrow down what may be the problem. One more request: could you try `1.37.0` and let us know the result? I...
Thanks for the extra information. We'll dig into this a bit further and update when we know more.
We have the same thoughts. The solution is not, unfortunately, straight forward and we'll need to consider a number of factors before we decide how to address this. Factors include:...
We've figured out the cause. We use the [router-bridge](https://crates.io/crates/router-bridge) crate to perform query planning within the router. This crate embed a TS interpreter which requires [deno-core](https://crates.io/crates/deno_core). Without going into too...
Closing. We now do a version of this anyway depending on the setting of `early_cancel` in configuration.
@BrennanRoberts The error message is telling you that your `rhai` code is failing at `line 17, column 26`. If you can't sort this yourself, you can paste a snippet and...
Ah. I'll take a look at that when I have a few minutes.
Hi @samuelAndalon. That looks like an interesting project and it's nice to see how the coprocessor API can be extended to provide functionality like this. This is a problem area...
We need to do something in this space, but I feel we can do something better when #4796 lands. I imagine that with the new rust support we could do...
I spent a little time investigating this as part of the update to opentelemetry 0.19.0. There isn't a specific method for capturing service_namespace() in the opentelemetry-datadog library. I tried adding...