Mateusz Rzeszutek

Results 45 comments of Mateusz Rzeszutek

> I feel like retry & redirect should be counted with the same counter (they are both "re-sends", see https://www.rfc-editor.org/rfc/rfc9110#name-redirection-3xx). I totally agree with that, after thinking about this for...

FYI: the javaagent has something called a [debug mode](https://opentelemetry.io/docs/instrumentation/java/automatic/#troubleshooting), it mostly enabled additional (quite verbose) logging, adds logging exporters, and some context leak detection. Some of these could be set...

> I just have a question on naming. The attribute is `retry` but in the text we use the word `re-send/sent`. Not sure if it's a problem but I wonder...

@open-telemetry/specs-approvers @open-telemetry/technical-committee please take a look at this PR cc @lmolkova (sorry, I completely forgot to tag you before 🙈)

Ping @open-telemetry/technical-committee : is this PR ready to be merged? Is there anything else that I can help with?

Some of the modules released as part of https://github.com/open-telemetry/opentelemetry-java-instrumentation are not really automatic instrumentation: these library instrumentations have to be added as a dependency, and then configured and installed into...

Hey @guizmaii , We haven't released the 1.18.0 version of contrib yet, we've had an unexpected delay, sorry for that 🙏 You can expect it to be released early this...

> I'm not remembering, maybe we discussed it in the context of the micrometer bridge implementation, @mateuszrzeszutek do you recall? Unfortunately not, I think we might have talked about it...

> * Need: engineers willing to write prototypes in at least two languages. Languages should be fairly different from each other (for example: Java and Python). The Java instrumentation repo...

Hey @LyndonZhao , We run all the build using Java 17. Can you try using a newer Java version?