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

Method encode_otel_trace

src/msg/Message.cc:1063–1066  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1061}
1062
1063void Message::encode_otel_trace(ceph::bufferlist &bl, uint64_t features) const
1064{
1065 tracing::encode(otel_trace, bl);
1066}
1067
1068void Message::decode_otel_trace(ceph::bufferlist::const_iterator &p, bool create)
1069{

Callers

nothing calls this directly

Calls 1

encodeFunction · 0.70

Tested by

no test coverage detected