【Telegraf 介绍】

Telegraf is the open source server agent to help you collect metrics from your stacks, sensors, and systems.
Telegraf 是开源服务器代理,可帮助您从堆栈、传感器和系统收集指标。

Telegraf is a server-based agent for collecting and sending all metrics and events from databases, systems, and IoT sensors. Written in Go, it compiles into a single binary with no external dependencies, and requires a minimal memory footprint.
Telegraf 是一个基于服务器的代理,用于收集和发送来自数据库、系统和 IoT 传感器的所有指标和事件。用 Go 编写,它编译成没有外部依赖项的单个二进制文件,并且需要最小的内存占用。

【Telegraf 介绍】_第1张图片

收集和存储各种数据
Collect and store all kinds of data:
IoT sensors 物联网传感器
DevOps Tools and frameworks
DevOps 工具和框架
System telemetry
来自 iptables、Netstat、NGINX 和 HAProxy 等系统遥测的指标有助于提供应用程序的完整堆栈视图。

Telegraf 集成
Telegraf 的插件系统允许轻松添加新的输入和输出,并集成了来自流行容器和系统的各种指标、事件和日志。 从第三方 API 提取指标,或通过 StatsD 和 Kafka 消费者服务监听指标。

【Telegraf 介绍】_第2张图片

Telegraf 还具有输出插件,可将指标发送到各种其他数据存储、服务和消息队列,包括 InfluxDB、Graphite、OpenTSDB、Datadog、Librato、Kafka、MQTT、NSQ 等。

你可能感兴趣的:(大数据)