It also bears pointing out that there are two major types of time-series data:
- Regular – data that is sampled at regular intervals. For example every second, or every hour.
- Irregular – for example, data that is only recorded when an event occurs, which might happen frequently, but always at completely random times.
Sending Data to InfluxDB with Telegraf
What is Telegraf?
Key features include:
- MIT License
- Minimal memory footprint
- Extensible plugin design with 40+ input and output plugins
- Support for datasources like MongoDB, MySQL and Redis
- Messaging systems like Apache Kafka and RabbitMQ
- Third party APIs like Mailchimp, AWS CloudWatch and Google Analytics
- Collect system metrics like CPU, Memory, I/O, etc