Trait nakadion::publisher::Instruments[][src]

pub trait Instruments {
    fn published(&self, elapsed: Duration);
fn publish_failed(&self, elapsed: Duration);
fn batch_stats(&self, stats: BatchStats); }
Expand description

Instruments a Publisher

Required methods

All batch items have been successfully submitted

Not all batch items have been successfully submitted

Stats after each attempt to submit a batch

Implementors