hdds-influx-sink
InfluxDB sink for HDDS DDS topics. Subscribes to DDS topics and writes samples to InfluxDB for time-series analysis.
Experimental
This crate is at version 0.1.0 and its API may change.
Overview
hdds-influx-sink bridges DDS data to InfluxDB, enabling:
- Automatic ingestion -- Subscribe to DDS topics and write to InfluxDB
- Time-series storage -- Store DDS samples with nanosecond timestamps
- Dashboarding -- Visualize DDS data in Grafana via InfluxDB
Installation
[dependencies]
hdds-influx-sink = { path = "../hdds/crates/hdds-influx-sink" }
Related
- Observability -- Telemetry and monitoring
- hdds-logger -- DDS log collector