Telegraf and InfluxDB form the core data pipeline in the MING stack. Telegraf collects metrics from 300+ sources including industrial protocols and writes them directly to InfluxDB using the native Line Protocol format.
Sensors/PLCs → Telegraf Input Plugins → Processors → InfluxDB Output → InfluxDB Storage
[[outputs.influxdb]]
urls = ["http://localhost:8086"]
database = "factory_metrics"
retention_policy = "autogen"