Dhan
Dhan
**Update** Further looking into this, found that when I access the service, the **spanID and traceID are generated as zeros/empty.** ``` {"level":"info","ts":1687285165.9649785,"caller":"grpc/probe.go:226","msg":"got spancontext","trace_id":"00000000000000000000000000000000","span_id":"0000000000000000"} {"level":"info","ts":1687285165.9650521,"caller":"opentelemetry/controller.go:74","msg":"got event","attrs":[{"Key":"rpc.system","Value":{"Type":"STRING","Value":"grpc"}},{"Key":"rpc.service","Value":{"Type":"STRING","Value":""}},{"Key":"net.peer.ip","Value":{"Type":"STRING","Value":""}},{"Key":"net.peer.name","Value":{"Type":"STRING","Value":""}}]} {"level":"info","ts":1687285165.966659,"caller":"grpc/probe.go:226","msg":"got spancontext","trace_id":"00000000000000000000000000000000","span_id":"0000000000000000"} {"level":"info","ts":1687285165.966715,"caller":"opentelemetry/controller.go:74","msg":"got event","attrs":[{"Key":"rpc.system","Value":{"Type":"STRING","Value":"grpc"}},{"Key":"rpc.service","Value":{"Type":"STRING","Value":""}},{"Key":"net.peer.ip","Value":{"Type":"STRING","Value":""}},{"Key":"net.peer.name","Value":{"Type":"STRING","Value":""}}]} {"level":"info","ts":1687285165.9694097,"caller":"grpc/probe.go:226","msg":"got...