Skip to content
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

feat: migrate input plugins to new sample config format (A-L) #10924

Merged
merged 24 commits into from
Apr 7, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: plugins starting with c
  • Loading branch information
MyaLongmire authored and Sebastian Spaink committed Apr 6, 2022
commit 861938caf8efe6c1f13e0dc31fd657ac9b4c4bd7
2 changes: 1 addition & 1 deletion plugins/inputs/cgroup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ All measurements have the `path` tag.

```toml
# Read specific statistics per cgroup
# [[inputs.cgroup]]
[[inputs.cgroup]]
## Directories in which to look for files, globs are supported.
## Consider restricting paths to the set of cgroups you really
## want to monitor if you have a large number of cgroups, to avoid
Expand Down
16 changes: 8 additions & 8 deletions plugins/inputs/cloudwatch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ API endpoint. In the following order the plugin will attempt to authenticate.
## 5) environment variables
## 6) shared credentials file
## 7) EC2 Instance Profile
#access_key = ""
#secret_key = ""
#token = ""
#role_arn = ""
#web_identity_token_file = ""
#role_session_name = ""
#profile = ""
#shared_credential_file = ""
# access_key = ""
# secret_key = ""
# token = ""
# role_arn = ""
# web_identity_token_file = ""
# role_session_name = ""
# profile = ""
# shared_credential_file = ""

## Endpoint to make request against, the correct endpoint is automatically
## determined and this option should only be set if you wish to override the
Expand Down
1 change: 1 addition & 0 deletions plugins/inputs/consul_agent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ This plugin grabs metrics from a Consul agent. Telegraf may be present in every
## Configuration

```toml
# Read metrics from the Consul Agent API
[[inputs.consul_agent]]
## URL for the Consul agent
# url = "http://127.0.0.1:8500"
Expand Down
1 change: 1 addition & 0 deletions plugins/inputs/couchdb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ The CouchDB plugin gathers metrics of CouchDB using [_stats] endpoint.
## Configuration

```toml
# Read CouchDB Stats from one or more servers
[[inputs.couchdb]]
## Works with CouchDB stats endpoints out of the box
## Multiple Hosts from which to read CouchDB stats:
Expand Down