欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

Telegraf介绍

程序员文章站 2022-03-04 10:21:20
...

Telegraf

Telegraf is the open source server agent to help you collect metrics from your stacks, sensors and systems.

 

What is Telegraf?

Telegraf is a plugin-driven server agent for collecting and sending metrics and events from databases, systems, and IoT sensors.

 

Telegraf is written in Go and compiles into a single binary with no external dependencies, and requires a very minimal memory footprint.

采集和发送指标数据 , go语言编写,打包之后不额外依赖包,需要内存小

 

Collect and send all kinds of data:

Database: Connect to datasources like MongoDB, MySQL, Redis, and others to collect and send metrics.

Systems: Collect metrics from your modern stack of cloud platforms, containers, and orchestrators.

IoT sensors: Collect critical stateful data (pressure levels, temp levels, etc.) from IoT sensors and devices.

Agent: Telegraf can collect metrics from a wide array of inputs and write them into a wide array of outputs. It is plugin-driven for both collection and output of data so it is easily extendable. It is written in Go, which means that it is a compiled and standalone binary that can be executed on any system with no need for external dependencies, no npm, pip, gem, or other package management tools required.

 

Coverage: With 200+ plugins already written by subject matter experts on the data in the community, it is easy to start collecting metrics from your end-points. Even better, the ease of plugin development means you can build your own plugin to fit with your monitoring needs. You can even use Telegraf to parse the input data formats into metrics. These include: InfluxDB Line Protocol, JSON, Graphite, Value, Nagios, and Collectd.

 

Flexible: The Telegraf plugin architecture supports your processes and does not force you to change your workflows to work with the technology. Whether you need it to sit on the edge, or in a centralized manner, it just fits with your architecture instead of the other way around. Telegraf’s flexibility makes it an easy decision to implement.