-
Notifications
You must be signed in to change notification settings - Fork 253
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Josh Baird <[email protected]>
- Loading branch information
1 parent
0aa1462
commit ac05df6
Showing
2 changed files
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# MonitorAgent | ||
|
||
The in_monitor_agent Input plugin exports Fluentd's internal metrics via REST API. | ||
|
||
|
||
| Field | Description | Scheme | | ||
| ----- | ----------- | ------ | | ||
| port | The port to listen to. | *int64 | | ||
| bind | The bind address to listen to. | *string | | ||
| tag | If you set this parameter, this plugin emits metrics as records. | *string | | ||
| emitInterval | The interval time between event emits. This will be used when \"tag\" is configured. | *int64 | | ||
| includeConfig | You can set this option to false to remove the config field from the response. | *bool | | ||
| includeRetry | You can set this option to false to remove the retry field from the response. | *bool | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters