[Draft] Adds support for tracing JSON-RPC 2.0 requests#1976
[Draft] Adds support for tracing JSON-RPC 2.0 requests#19764406arthur wants to merge 1 commit intografana:mainfrom
Conversation
|
arthurma seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
|
Hi @marctc I need some guidance with this feature, please. is there a better way to implement |
Hi @4406arthur, I think we should be able to make this happen with our existing HTTP instrumentation. We need 2 different approaches, one for Go and one for Non-Go. We can start with whichever you prefer.
Please let me know if you have more question. |
thx, lets go for 1 solution |
|
The code that this PR is touching is moved to https://github.com/open-telemetry/opentelemetry-ebpf-instrumentation and Beyla vendors it, so this is code is not here anymore. Please re-open the PR in that repository if this still relevant. Thanks and sorry for the inconveniences. |
Adds support for tracing JSON-RPC 2.0 requests.
This enables more detailed monitoring and analysis of JSON-RPC based applications.
currently still cannot turn JSONRPC request into the new event_type (still with eventType 1) while send a JSONRPC request

can debug with the docker-compose