Architecture
Last updated
Last updated
You can think of Nimbus as a data pipeline for your telemetry. We provide an out of the box opinionated framework to process your telemetry according to industry best practices.
parse logs according to source format
meter and derive analytics from ingress
routes telemetry depending on condition
if message is identified as an error, forward to error route
if message matches a optimization predicate, forward it to filter route
all messages not processed by a transform or matched as an error go to the default route
applies error specific attributes and optimizations
applies optimization specific attributes and optimizations
applies default attributes and optimizations
currently, this applies nimkind: raw
to the log
meter and derive analytics from ingress