
Telegraf
Channel | Revision | Published | Runs on |
---|---|---|---|
latest/stable | 75 | 01 Nov 2023 | |
latest/stable | 73 | 28 Jul 2023 | |
latest/stable | 49 | 28 Apr 2022 | |
latest/stable | 44 | 09 Feb 2022 | |
latest/stable | 36 | 08 Apr 2021 | |
latest/candidate | 75 | 13 Oct 2023 | |
latest/candidate | 73 | 13 Jul 2023 | |
latest/candidate | 49 | 21 Apr 2022 | |
latest/candidate | 44 | 11 Oct 2021 | |
latest/edge | 77 | 20 Oct 2023 | |
latest/edge | 73 | 12 Jul 2023 | |
latest/edge | 51 | 22 Jun 2022 | |
canonical-is/stable | 78 | 23 Sep 2024 | |
canonical-is/stable | 81 | 23 Sep 2024 | |
canonical-is/candidate | 78 | 23 Sep 2024 | |
canonical-is/candidate | 79 | 23 Sep 2024 | |
canonical-is/beta | 78 | 23 Sep 2024 | |
canonical-is/edge | 88 | 23 Sep 2024 | |
canonical-is/edge | 86 | 23 Sep 2024 |
juju deploy telegraf
Deploy universal operators easily with Juju, the Universal Operator Lifecycle Manager.
Platform:
The plugin-driven server agent for collecting & reporting metrics.
<DEPRECATION NOTICE>
This charm is no longer being actively maintained. Please consider using the new Canonical Observability Stack instead. (https://charmhub.io/topics/canonical-observability-stack)
Telegraf is an agent written in Go for collecting metrics from the system it's running on, or from other services, and writing them into InfluxDB or other outputs. Design goals are to have a minimal memory footprint with a plugin system so that developers in the community can easily add support for collecting metrics from well known services (like Hadoop, Postgres, or Redis) and third party APIs (like Mailchimp, AWS CloudWatch, or Google Analytics). New input and output plugins are designed to be easy to contribute, we'll eagerly accept pull requests and will manage the set of plugins that Telegraf supports. See the contributing guide for instructions on writing new plugins.