Michael Francis

Results 31 comments of Michael Francis

I plan to attempt it once I get x86 working

👍 looks good to me!

Confirmed: I just upgrade to 0.56.0 to test the inject-sdk feature. When I use `inject-sdk: 'namespace/my-inst'` no variables are injected, but when I changed `sdk` to `java` it works, so...

Scratch that, it works, it's just not released yet 😆 0.56.0 only has commits from 16 days ago, but the inject-sdk went in 14 days ago. Weird that it's mentioned...

Another option would be to have a "custom" type for the auto instrumentation, that could just be a "noop" essentially. I'm doing something like this today by using the `java`...

@pavolloffay I probably should explain what led me here actually. So, my company writes rust services that are instrumented with OTEL. We send the data to the local agent, which...

I have the same issue and it looks like this in datadog: essentially, it sees each pod as a new service.

Still true in the latest release fwiw ``` docker run -e TRACING_PROVIDER=otel -ti oryd/oathkeeper serve Thank you for using ORY Oathkeeper v0.40.0! Take security seriously and subscribe to the ORY...

I have the same issue, I'm unable to use `%{+Q}` in a template because of it.