Go to file
Paweł Żak e2b5a9910b
chore: Fix linter findings for `revive:exported` in `plugins/inputs/p*` (#16307)
2024-12-17 11:10:18 -06:00
.circleci chore: Update go to v1.23.4 (#16265) 2024-12-06 10:50:49 -06:00
.github chore(deps): Bump super-linter/super-linter from 7.2.0 to 7.2.1 (#16313) 2024-12-17 11:04:44 -06:00
agent chore(agent): Add warning about changing default for 'skip_processors_after_aggregators' (#16302) 2024-12-13 10:46:37 -06:00
assets docs: Revamp readme (#15290) 2024-05-06 20:13:53 +02:00
cmd/telegraf feat(logging): Allow overriding message key for structured logging (#16242) 2024-12-05 10:38:32 -06:00
config chore(agent): Add warning about changing default for 'skip_processors_after_aggregators' (#16302) 2024-12-13 10:46:37 -06:00
docs docs(specs): Add `probe` as value to `startup_error_behavior` (#16052) 2024-12-11 14:31:28 -06:00
etc/logrotate.d chore: Generate config at build time (#12766) 2023-03-01 22:22:53 +01:00
filter chore: Enable `revive:enforce-repeated-arg-type-style` rule (#16182) 2024-11-14 16:14:40 +01:00
internal feat(outputs): Add rate-limiting infrastructure (#16258) 2024-12-06 11:23:35 +01:00
logger fix(logging): Fix deplicated prefix+attrMsg in log message when redirectLogger is used (#16274) 2024-12-09 09:32:34 -06:00
metric chore: Enable `revive:enforce-slice-style` rule (#16173) 2024-11-13 01:24:35 -06:00
migrations chore: Enable `testifylint:go-require` checker (#16158) 2024-11-13 01:32:57 -06:00
models feat(outputs): Add rate-limiting infrastructure (#16258) 2024-12-06 11:23:35 +01:00
persister feat: Plugin state-persistence (#12166) 2023-03-01 15:34:48 -07:00
plugins chore: Fix linter findings for `revive:exported` in `plugins/inputs/p*` (#16307) 2024-12-17 11:10:18 -06:00
scripts chore: Update go to v1.23.4 (#16265) 2024-12-06 10:50:49 -06:00
selfstat chore: Enable `revive:enforce-map-style` rule (#16077) 2024-10-28 13:59:26 +01:00
testutil chore: Enable `revive:enforce-repeated-arg-type-style` rule (#16182) 2024-11-14 16:14:40 +01:00
tools chore: Enable `revive:enforce-repeated-arg-type-style` rule (#16182) 2024-11-14 16:14:40 +01: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 test(linters): Enable `testifylint`: `contains`, `encoded-compare` and `regexp` (#16262) 2024-12-11 14:32:16 -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 chore: Fix typos throughout codebase (#15338) 2024-05-31 10:26:37 +02:00
CHANGELOG.md chore(agent): Add warning about changing default for 'skip_processors_after_aggregators' (#16302) 2024-12-13 10:46:37 -06: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 chore: Update copyright date, remove extra newline (#15366) 2024-05-15 15:38:52 -06:00
Makefile chore(deps): Bump golangci-lint from v1.62.0 to v1.62.2 (#16250) 2024-12-05 08:31:11 -06:00
README.md chore(outputs): Fix line-length in READMEs (#16079) 2024-10-25 16:46:51 +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 feat(agent): Add metric disk buffer (#15564) 2024-07-17 12:42:45 -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.34.0 2024-12-09 19:32:49 +01:00
go.mod chore(deps): Bump github.com/prometheus/common from 0.60.0 to 0.61.0 (#16318) 2024-12-17 11:08:00 -06:00
go.sum chore(deps): Bump github.com/prometheus/common from 0.60.0 to 0.61.0 (#16318) 2024-12-17 11:08:00 -06: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
logger.go feat(logging): Implement structured logging (#15751) 2024-09-06 15:52:22 -05:00
metric.go feat(agent): Add metric disk buffer (#15564) 2024-07-17 12:42:45 -06:00
output.go docs(typo): output.go (#12873) 2023-03-14 13:47:05 -06:00
parser.go fix(outputs.remotefile): Create a new serializer instance per output file (#15968) 2024-10-14 14:41:52 -05:00
plugin.go chore(log): Restructure and cleanup logging code (#15234) 2024-05-10 16:43:43 -05: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 fix(outputs.remotefile): Create a new serializer instance per output file (#15968) 2024-10-14 14:41:52 -05: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:

🔨 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