Skip to content
/ telegraf Public
forked from influxdata/telegraf

The plugin-driven server agent for collecting & reporting metrics.

License

Notifications You must be signed in to change notification settings

Mu-L/telegraf

This branch is 118 commits behind influxdata/telegraf:refs/heads/master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a9c91f1 · Dec 6, 2024
Dec 6, 2024
Dec 6, 2024
Dec 3, 2024
May 6, 2024
Dec 5, 2024
Dec 5, 2024
Dec 5, 2024
Mar 1, 2023
Nov 14, 2024
Dec 6, 2024
Dec 5, 2024
Nov 13, 2024
Nov 13, 2024
Dec 6, 2024
Mar 1, 2023
Dec 6, 2024
Dec 6, 2024
Oct 28, 2024
Nov 14, 2024
Nov 14, 2024
Mar 7, 2023
Dec 6, 2023
Dec 5, 2024
Dec 1, 2021
Nov 28, 2023
May 31, 2024
Dec 5, 2024
Jun 14, 2023
Nov 28, 2023
Apr 9, 2024
May 15, 2024
Dec 5, 2024
Oct 25, 2024
Mar 25, 2024
Jul 17, 2024
Jun 5, 2020
Sep 9, 2024
Dec 5, 2024
Dec 5, 2024
Mar 5, 2021
Oct 14, 2020
Sep 6, 2024
Jul 17, 2024
Mar 14, 2023
Oct 14, 2024
May 10, 2024
Oct 26, 2022
Dec 8, 2022
Oct 14, 2024

tiger Telegraf

GoDoc Docker pulls Go Report Card Circle CI

Telegraf is an agent for collecting, processing, aggregating, and writing metrics, logs, and other arbitrary data.

  • Offers a comprehensive suite of over 300 plugins, covering a wide range of functionalities including system monitoring, cloud services, and message passing
  • Enables the integration of user-defined code to collect, transform, and transmit data efficiently
  • Compiles into a standalone static binary without any external dependencies, ensuring a streamlined deployment process
  • Utilizes TOML for configuration, providing a user-friendly and unambiguous setup experience
  • Developed with contributions from a diverse community of over 1,200 contributors

Users can choose plugins from a wide range of topics, including but not limited to:

🔨 Installation

For binary builds, Docker images, RPM & DEB packages, and other builds of Telegraf, please see the install guide.

See the releases documentation for details on versioning and when releases are made.

💻 Usage

Users define a TOML configuration with the plugins and settings they wish to use, then pass that configuration to Telegraf. The Telegraf agent then collects data from inputs at each interval and sends data to outputs at each flush interval.

For a basic walkthrough see quick start.

📖 Documentation

For a full list of documentation including tutorials, reference and other material, start with the /docs directory.

Additionally, each plugin has its own README that includes details about how to configure, use, and sometimes debug or troubleshoot. Look under the /plugins directory for specific plugins.

Here are some commonly used documents:

❤️ Contribute

Contribute

We love our community of over 1,200 contributors! Many of the plugins included in Telegraf were originally contributed by community members. Check out our contributing guide if you are interested in helping out. Also, join us on our Community Slack or Community Forums if you have questions or comments for our engineering teams.

If you are completely new to Telegraf and InfluxDB, you can also enroll for free at InfluxDB university to take courses to learn more.

ℹ️ Support

Slack Forums

Please use the Community Slack or Community Forums if you have questions or comments for our engineering teams. GitHub issues are limited to actual issues and feature requests only.

📜 License

MIT

About

The plugin-driven server agent for collecting & reporting metrics.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 99.5%
  • Shell 0.3%
  • Makefile 0.1%
  • Ragel 0.1%
  • Python 0.0%
  • Ruby 0.0%