MCPcopy Create free account
hub / github.com/ceph/ceph / decode_otel_trace

Method decode_otel_trace

src/msg/Message.cc:1068–1071  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1066}
1067
1068void Message::decode_otel_trace(ceph::bufferlist::const_iterator &p, bool create)
1069{
1070 tracing::decode(otel_trace, p);
1071}
1072
1073// This routine is not used for ordinary messages, but only when encapsulating a message
1074// for forwarding and routing. It's also used in a backward compatibility test, which only

Callers

nothing calls this directly

Calls 1

decodeFunction · 0.70

Tested by

no test coverage detected