Skip to content

Commit 9118829

Browse files
authored
Apply suggestions from code review
1 parent eb6c17f commit 9118829

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

data/telegraf_plugins.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ input:
391391
- name: CPU
392392
id: cpu
393393
description: |
394-
This plugin gather metrics on the system's CPUs.
394+
This plugin gathers metrics about the system's CPUs.
395395
introduced: v0.1.5
396396
os_support: [freebsd, linux, macos, solaris, windows]
397397
tags: [system]
@@ -499,11 +499,11 @@ input:
499499
description: |
500500
This plugin uses the [Docker Engine
501501
API](https://docs.docker.com/engine/api) to gather metrics on running
502-
docker containers.
502+
Docker containers.
503503
504504
> [!NOTE]
505-
> Please make sure Telegraf has sufficient permissions to access the
506-
> configured endpoint!
505+
> Make sure Telegraf has sufficient permissions to access the
506+
> configured endpoint.
507507
introduced: v0.1.9
508508
os_support: [freebsd, linux, macos, solaris, windows]
509509
tags: [containers]
@@ -512,12 +512,12 @@ input:
512512
description: |
513513
This plugin uses the [Docker Engine
514514
API](https://docs.docker.com/engine/api) to gather logs from running
515-
docker containers.
515+
Docker containers.
516516
517517
> [!NOTE]
518518
> This plugin works only for containers with the `local` or `json-file` or
519519
> `journald` logging driver. Please make sure Telegraf has sufficient
520-
> permissions to access the configured endpoint!
520+
> permissions to access the configured endpoint.
521521
introduced: v1.12.0
522522
os_support: [freebsd, linux, macos, solaris, windows]
523523
tags: [containers, logging]
@@ -526,7 +526,7 @@ input:
526526
description: |
527527
This plugin uses the Dovecot [v2.1 stats
528528
protocol](https://doc.dovecot.org/configuration_manual/stats/old_statistics/#old-statistics)
529-
to gather metrics on configured domains of
529+
to gather metrics about configured domains of
530530
[Dovecot](https://www.dovecot.org/) servers. You can use this plugin on
531531
Dovecot up to and including version v2.3.x.
532532

0 commit comments

Comments
 (0)