We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b02fed5 commit c710d22Copy full SHA for c710d22
1 file changed
ratis-proto/src/main/proto/Raft.proto
@@ -121,6 +121,7 @@ message RaftRpcRequestProto {
121
uint64 timeoutMs = 13;
122
RoutingTableProto routingTable = 14;
123
SlidingWindowEntry slidingWindowEntry = 15;
124
+ SpanContextProto spanContext = 16;
125
}
126
127
message SlidingWindowEntry {
@@ -569,3 +570,8 @@ message LogInfoProto {
569
570
TermIndexProto committed = 3;
571
TermIndexProto lastEntry = 4;
572
573
+
574
+// The attribute map for opentelemetry trace
575
+message SpanContextProto {
576
+ map<string, string> context = 1;
577
+}
0 commit comments