dataplane_operation_label

Function dataplane_operation_label 

Source
pub fn dataplane_operation_label(op_type: OpType) -> &'static str
Expand description

Stable operation label for a producer-side OpType. Mirrors OpType’s fmt::Display impl but is &'static str so callers can set it as a span attribute without allocation. The match is exhaustive for the same reason as dataplane_span_kind_for_op_type.