Skip to content

Commit

Permalink
Add docs.
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Baird <[email protected]>
  • Loading branch information
joshuabaird committed Oct 27, 2023
1 parent 0aa1462 commit ac05df6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/plugins/fluentd/input/monitor_agent.md
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 |
1 change: 1 addition & 0 deletions docs/plugins/fluentd/input/types.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ Input defines all available input plugins and their parameters
| http | in_http plugin | *Http |
| tail | in_tail plugin | *Tail |
| sample | in_sample plugin | *Sample |
| monitorAgent | monitor_agent plugin | *MonitorAgent |

0 comments on commit ac05df6

Please sign in to comment.