[][src]Crate tokio_cadence

A collection of Cadence Metric Sink implementations that operate asynchronously using Tokio.

Structs

TokioBatchUdpMetricSink

Metric sink that allows clients to enqueue metrics without blocking, and processing them asynchronously via UDP using Tokio runtime.

Constants

DEFAULT_BATCH_BUF_SIZE

Default size of buffer used for batching metrics.

DEFAULT_MAX_BATCH_DELAY_MS

Default maximum delay to wait before submitting accumulated metrics as a single batch, in milliseconds.

DEFAULT_QUEUE_CAPACITY

Default length of metrics queue.