Char
Char
@jrhee17 Can you help to have a look in this [issue](https://github.com/open-telemetry/opentelemetry-java-instrumentation/issues/9726#issuecomment-1772592301)? Any actions need to do in the Armeria side? Thank you!
Hi @syumai , Thank you for digging this issue! > Do you know how to disable it? Or can we manually deploy it to pages without use wrangler. Let's skip...
@oderwat Thank you for your detail explain! If I want to update my child component, can you give a hint? How can I do that?
The related issue in opentelemetry-java-instrumentation https://github.com/open-telemetry/opentelemetry-java-instrumentation/issues/9726 has already been closed with this [PR](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/11351), so I think we can close this one too. Now if we use the opentelemetry-javaagent-2.4.0-SNAPSHOT.jar, it can...
@oderwat Would you please give a simple example how to create the shared "states"? For example the "States".Name will show on Parent.Name, and also show on Child.Name. When Child update...
@oderwat Here is an example base on your [mountpoint](https://github.com/metatexx/go-app-pkgs/blob/master/examples/mountpoint/main.go): ```go package main import ( "log" "net/http" "strconv" "github.com/maxence-charriere/go-app/v9/pkg/app" "github.com/metatexx/go-app-pkgs/mountpoint" ) var ( SharedName = &shared{} // Shared = &isolate{} )...
@maocatooo Please check if this match your requirement. https://github.com/cxjava/kratos-base