vector.dev experience report

fluentbit in rust

SEAN K.H. LIAO

vector.dev experience report

fluentbit in rust

vector dot dev

Vector is a unified observability agent, written in rust by Timber Technologies (timber.io) and acquired by Datadog. It processes logs, metrics, and spans (traces) as events through a DAG (graph) of composable transforms, from and through to a variety a sources and sinks. Its unique selling points include: its own DSL for wrangling events, vector tap to view a live stream of events flowing through the pipeline, and a unit test framework.

does it work

5 months in to implementation, we've used it as both a logging agent and aggregator, and a metrics aggregator. It works, most of the time.

good parts

bad parts