-
Notifications
You must be signed in to change notification settings - Fork 303
Update Telegraf plugin list #6146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
(cherry picked from commit 479d263a125b89b4a1cf659e7cc2fd7e5f636f6e)
(cherry picked from commit 95c4b384343d48a333dcf1874490004d1e4bc198)
(cherry picked from commit 3d38f191397ef97927b5a28060b13085e4cc8c6a)
(cherry picked from commit 6a59ba310f2dde3b938f9130519c996607512330)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Possible duplicated
influxdb
plugin - Some nitpicks that I can help cleanup later in the READMEs
tags: [linux, macos, windows, systems] | ||
|
||
- name: CS:GO | ||
This plugin gather metrics on the system's CPUs. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This plugin gather metrics on the system's CPUs. | |
This plugin gathers metrics about the system's CPUs. |
tags: [linux, macos, windows, build-deploy, containers] | ||
This plugin uses the [Docker Engine | ||
API](https://docs.docker.com/engine/api) to gather metrics on running | ||
docker containers. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
docker containers. | |
Docker containers. |
|
||
> [!NOTE] | ||
> Please make sure Telegraf has sufficient permissions to access the | ||
> configured endpoint! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
> configured endpoint! | |
> configured endpoint. |
|
||
> [!NOTE] | ||
> Please make sure Telegraf has sufficient permissions to access the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
> Please make sure Telegraf has sufficient permissions to access the | |
> Make sure Telegraf has sufficient permissions to access the |
|
||
This plugin uses the [Docker Engine | ||
API](https://docs.docker.com/engine/api) to gather logs from running | ||
docker containers. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
docker containers. | |
Docker containers. |
|
||
> [!NOTE] | ||
> This plugin works only for containers with the `local` or `json-file` or | ||
> `journald` logging driver. Please make sure Telegraf has sufficient |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
> `journald` logging driver. Please make sure Telegraf has sufficient | |
> `journald` logging driver. | |
> [!Important] | |
> Make sure Telegraf has sufficient |
> [!NOTE] | ||
> This plugin works only for containers with the `local` or `json-file` or | ||
> `journald` logging driver. Please make sure Telegraf has sufficient | ||
> permissions to access the configured endpoint! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
> permissions to access the configured endpoint! | |
> permissions to access the configured endpoint. |
id: ds389 | ||
This plugin uses the Dovecot [v2.1 stats | ||
protocol](https://doc.dovecot.org/configuration_manual/stats/old_statistics/#old-statistics) | ||
to gather metrics on configured domains of |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
to gather metrics on configured domains of | |
to gather metrics about configured domains of |
supporting batching, metrics are sent in batches by default. | ||
introduced: v1.7.0 | ||
os_support: [freebsd, linux, macos, solaris, windows] | ||
tags: [applications] | ||
- name: InfluxDB v1.x | ||
id: influxdb |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this duplicate the plugin ID in line 938?
This PR updates the list of Telegraf plugins generated according to the data in the plugin READMEs.
(if necessary)