Skip to main content
The Runtime section configures how Tangent executes and batches logs in memory before handing them to plugins.

Schema

string
Path to compiled plugins. Defaults to plugins/.
int
Maximum buffered size (KB) before flushing. Defaults to 256.
int
Maximum time (ms) logs are buffered before flush. Defaults to 5.
int
Number of worker threads to spawn. Defaults to the number of CPUs.

Example

tangent.yaml

🧠 Notes

  • batch_size and batch_age together control flush cadence.
  • workers determines concurrency; higher values increase throughput.