Doğaç Eldenk
Doğaç Eldenk
Furthermore it can be extended to Google's recently released protocol A2A https://github.com/google/A2A
> Should we implement JSON RPC first to implement MCP? Yes, I think it should be the first step. Should we create a separate issue for that @trustin ?
I think I am having an issue with the `after` call as well. Randomly, our `trace_id` s disappear, I suspect some of those `after` calls cause it. > To make...
> @Dogacel checkout [wsargent/opentelemetry-with-scala-futures](https://github.com/wsargent/opentelemetry-with-scala-futures) Thank you. I wonder if it is possible to fix this with an update to the auto-instrumentation library? It is hard to catch usages of all...
Side note, we might need to instrument all `schedule` and `scheduleOnce` calls as well as `CircuitBreaker` calls. https://github.com/search?q=repo%3Aapache%2Fpekko%20%22new%20Runnable%22&type=code I am pretty new to OTEL instrumentation so I don't have a...
For reference, I have created a unit test in this commit: https://github.com/dogacel/opentelemetry-java-instrumentation/commit/b6160e70e1d9f8ffe3a25f6bbad882c9a847d64d I am not entirely sure how I should create the instrumentation feature.
Yep, here is the error I have faced for reference when I try to use gitfast as described, ``` Setting up snippet: OMZP::gitfast ==> Downloading OMZP::gitfast (with Subversion) svn: E170013:...
Is there an API reference such as `OpenAPI` or `Swagger` that would at least help with client developers?
> Sorry, we don't have that. However, we have an internal page that documents the REST API. I can provide it to you if needed. 😆 That would sweet in...
> Yeah, it has DocService but the DocService doesn't provide the example. Here it is. [CentralDogma_REST.pdf](https://github.com/line/centraldogma/files/14503953/CentralDogma_REST.pdf) BTW, which client are you interested in? This look **_Amazing_**! I'm just doing some...