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 b
  • Loading branch information
MyaLongmire authored and Sebastian Spaink committed Apr 6, 2022
commit 084842de2778579c4a2e9b3fad39d6e03307799c
1 change: 1 addition & 0 deletions plugins/inputs/bcache/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ cache_readaheads
Using this configuration:

```toml
# Read metrics of bcache from stats_total and dirty_data
[[inputs.bcache]]
## Bcache sets path
## If not specified, then default is:
Expand Down
1 change: 1 addition & 0 deletions plugins/inputs/beanstalkd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ The `beanstalkd` plugin collects server stats as well as tube stats (reported by
## Configuration

```toml
# Collects Beanstalkd server and tubes stats
[[inputs.beanstalkd]]
## Server to collect data from
server = "localhost:11300"
Expand Down
2 changes: 2 additions & 0 deletions plugins/inputs/beat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ known to work with Filebeat and Kafkabeat.
## Configuration

```toml
# Read metrics exposed by Beat
[[inputs.beat]]
## An URL from which to read Beat-formatted JSON
## Default is "http://127.0.0.1:5066".
url = "http://127.0.0.1:5066"
Expand Down
1 change: 1 addition & 0 deletions plugins/inputs/bond/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ The plugin collects these metrics from `/proc/net/bonding/*` files.
## Configuration

```toml
# Collect bond interface status, slaves statuses and failures count
[[inputs.bond]]
## Sets 'proc' directory path
## If not specified, then default is /proc
Expand Down
1 change: 1 addition & 0 deletions plugins/inputs/burrow/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Supported Burrow version: `1.x`
## Configuration

```toml
# Collect Kafka topics and consumers status from Burrow HTTP API.
[[inputs.burrow]]
## Burrow API endpoints in format "schema://host:port".
## Default is "http://localhost:8000".
Expand Down