Type Alias relay_event_schema::protocol::OperationType

source ·
pub type OperationType = String;
Expand description

A span’s operation type.

Tries to follow OpenCensus/OpenTracing’s span types. Examples are db.statement for database queries or http for external HTTP calls.

Aliased Type§

struct OperationType { /* private fields */ }