dora-rs / dora

DORA (Dataflow-Oriented Robotic Architecture) is middleware designed to streamline and simplify the creation of AI-based robotic applications. It offers low latency, composable, and distributed dataflow capabilities. Applications are modeled as directed graphs, also referred to as pipelines.
https://dora-rs.ai
Apache License 2.0
1.5k stars 79 forks source link

Metrics refactoring #423

Closed haixuanTao closed 7 months ago

haixuanTao commented 7 months ago

Small refactoring of the metrics crate to make it more contained in the extensions telemetry library.

This makes the code slightly easier to read and easier to reuse.