Go to file
dependabot[bot] 726f14671b
chore(deps): Bump github.com/coocood/freecache from 1.2.3 to 1.2.4 (#15307)
2024-05-07 11:42:06 +02:00
.circleci test(circleci): Ensure make docs is always run (#15140) 2024-04-12 14:32:11 -05:00
.github chore(deps): Bump super-linter/super-linter from 6.3.1 to 6.4.1 (#15207) 2024-04-23 07:09:42 -06:00
agent feat(processors.starlark): Allow persistence of global state (#15170) 2024-04-25 13:24:57 -05:00
assets docs: Revamp readme (#15290) 2024-05-06 20:13:53 +02:00
cmd/telegraf fix(agent): Ensure import of required package for pprof support (#15054) 2024-04-02 03:35:34 -04:00
config feat(inputs): Add framework to retry on startup errors (#15145) 2024-04-17 15:12:28 -05:00
docs docs: Add releases documentation (#15287) 2024-05-07 11:36:27 +02:00
etc/logrotate.d chore: Generate config at build time (#12766) 2023-03-01 22:22:53 +01:00
filter feat(agent): Allow separators for namepass and namedrop filters (#14361) 2023-11-30 16:15:56 -07:00
internal chore: Fix typos (#15114) 2024-04-09 20:00:52 +02:00
logger chore(linters): Enable equalFold, preferStringWriter, and stringXbytes checkers for gocritic. (#14452) 2023-12-15 06:25:10 -07:00
metric chore(parsers.prometheus): Migrate tests to test-cases (#14527) 2024-01-05 09:23:38 -07:00
migrations chore: Fix typos (#15114) 2024-04-09 20:00:52 +02:00
models chore(inputs.nvidia_smi): Consolidate startup_retry_behavior to model implementation (#15215) 2024-04-24 13:33:33 -05:00
persister feat: Plugin state-persistence (#12166) 2023-03-01 15:34:48 -07:00
plugins feat(inputs.gnmi): Allow to pass accepted cipher suites (#15256) 2024-05-06 20:19:10 +02:00
scripts fix(systemd): Remove 5 second timeout, use default (90) (#15168) 2024-04-16 14:03:32 -05:00
selfstat chore(linters): Fix findings found by testifylint: require-error (#14181) 2023-10-25 15:04:00 -06:00
testutil feat(outputs.cratedb): Allow configuration of startup error handling (#15065) 2024-03-27 11:12:38 -05:00
tools docs(outputs.kafka): Document startup error behavior options (#15070) 2024-03-27 10:00:39 -05:00
.gitattributes docs: Clean up make docs on windows (#12796) 2023-03-07 09:40:13 +01:00
.gitignore chore: Add .uuid to gitignore (#14393) 2023-12-06 21:48:38 +01:00
.golangci.yml chore(linters): Bump golangci-lint to v1.57.2 (#15080) 2024-03-29 12:27:10 -06:00
.markdownlint.yml feat: Implement deprecation infrastructure (#10200) 2021-12-01 12:38:43 -07:00
.markdownlintignore docs: Update PR checklist, make clear AI generated code not accepted (#14362) 2023-11-28 18:46:31 +01:00
CHANGELOG-1.13.md docs: Split changelog (#15292) 2024-05-06 09:32:28 +02:00
CHANGELOG.md docs: Split changelog (#15292) 2024-05-06 09:32:28 +02:00
CODE_OF_CONDUCT.md chore: Update golanglint-ci (#13445) 2023-06-14 21:38:04 +02:00
CONTRIBUTING.md docs: Update PR checklist, make clear AI generated code not accepted (#14362) 2023-11-28 18:46:31 +01:00
EXTERNAL_PLUGINS.md chore: Fix typos (#15114) 2024-04-09 20:00:52 +02:00
LICENSE Build packages in makefile (#7759) 2020-06-30 00:15:28 -07:00
Makefile fix(Makefile): Use go's dependency checker for 'per platform' builds (#15223) 2024-04-25 18:28:54 +02:00
README.md docs: Revamp readme (#15290) 2024-05-06 20:13:53 +02:00
SECURITY.md chore: tweak wording and don't reference gpg key in SECURITY.md (#15056) 2024-03-25 13:59:21 -06:00
accumulator.go docs(typo): update wording (#12885) 2023-03-17 07:41:21 -06:00
aggregator.go add support for streaming processors (#7634) 2020-06-05 10:43:43 -04:00
build_version.txt Update build version to 1.31.0 2024-03-11 06:35:52 -06:00
go.mod chore(deps): Bump github.com/coocood/freecache from 1.2.3 to 1.2.4 (#15307) 2024-05-07 11:42:06 +02:00
go.sum chore(deps): Bump github.com/coocood/freecache from 1.2.3 to 1.2.4 (#15307) 2024-05-07 11:42:06 +02:00
info.plist Mac Packaging / Notarization (#8878) 2021-03-05 10:14:01 -05:00
input.go add plugin documentation 2020-10-14 12:27:16 -04:00
metric.go chore(parsers.prometheus): Migrate tests to test-cases (#14527) 2024-01-05 09:23:38 -07:00
output.go docs(typo): output.go (#12873) 2023-03-14 13:47:05 -06:00
parser.go chore(processors): Convert processors to `ParserPlugin`s (#11600) 2022-09-26 22:24:34 +02:00
plugin.go feat: Plugin state-persistence (#12166) 2023-03-01 15:34:48 -07:00
processor.go chore: Review of //nolint comments (#12088) 2022-10-26 12:06:08 +02:00
secretstore.go feat: secret-store implementation (#11232) 2022-12-08 09:53:06 -07:00
serializer.go chore(serializers): Add new-style framework and migrate influx (#12920) 2023-04-11 21:52:42 +02:00

README.md

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:

  • Devices: OPC UA, Modbus
  • Logs: File, Tail, Directory Monitor
  • Messaging: AMQP, Kafka, MQTT
  • Monitoring: OpenTelemetry, Prometheus
  • Networking: Cisco TelemetryMDT, gNMI
  • System monitoring: CPU, Memory, Disk, Network, SMART, Docker, Nvidia SMI, etc.
  • Universal: Exec, HTTP, HTTP Listener, SNMP, SQL
  • Windows: Event Log, Management Instrumentation, Performance Counters

🔨 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