Function newrelic::segment_generic_begin [] [src]

pub fn segment_generic_begin(transaction_id: i64, name: &str) -> Result<i64, ()>

Identify the beginning of a segment that performs a generic operation.

This type of segment does not create metrics, but can show up in a transaction trace if a transaction is slow enough.