View Source Trifle.Stats.Driver.Api (Trifle.Stats v2.7.0)

Synchronous write-only driver for Trifle Cloud projects.

Track and assert calls bypass the local buffer and are delivered immediately. The driver does not retry because a timed-out increment may already have been committed.

Summary

Functions

Link to this function

direct_write(operation, key, at, values, driver, opts)

View Source
Link to this function

inc(keys, values, driver, count \\ 1, tracking_key \\ nil)

View Source
Link to this function

new(token, project_id, opts \\ [])

View Source
Link to this function

ping(key, values, driver)

View Source
Link to this function

set(keys, values, driver, count \\ 1, tracking_key \\ nil)

View Source