Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1063
void Message::encode_otel_trace(ceph::bufferlist &bl, uint64_t features) const
1064
{
1065
tracing::encode(otel_trace, bl);
1066
}
1067
1068
void Message::decode_otel_trace(ceph::bufferlist::const_iterator &p, bool create)
1069
{
Callers
nothing calls this directly
Calls
1
encode
Function · 0.70
Tested by
no test coverage detected