for example in this [test](https://github.com/open-telemetry/opentelemetry-ebpf-instrumentation/blob/cb7b623a4a12daad483fc19a16fdc424b2385f5c/internal/test/integration/k8s/daemonset_multi_node/k8s_daemonset_multi_node_traces_test.go#L74), we expect the span name to be `Arith.T /jsonrpc`, but it actually should be `Arith/Multiply` from this [endpoint](https://github.com/open-telemetry/opentelemetry-ebpf-instrumentation/blob/fe783ea2de28d4b370da9939b3f7e2fb26483a60/internal/test/integration/components/testserver/jsonrpc/jsonrpc.go#L32) it needs to follow to [jsonrpc semantic conventions](https://opentelemetry.io/docs/specs/semconv/rpc/json-rpc/)
for example in this test, we expect the span name to be
Arith.T /jsonrpc, but it actually should beArith/Multiplyfrom this endpointit needs to follow to jsonrpc semantic conventions