Open mlasevich opened 4 years ago
@mlasevich It seems that it is the intended behavior of fluentd. The response may change but it depends on plugin. ref. https://github.com/fluent/fluentd/blob/v1.11.2/lib/fluent/plugin/in_monitor_agent.rb#L238
FYI: you may able to get further information by http://127.0.0.1:24220/api/plugins.json?debug=1 query.
Yeah, seems that entire monitoring plugin is completely useless outside the output plugins. (and even that seems to be an afterthought, added later) - not really sure why it was created in the first place. Must have been a placeholder for something never completed :-(
This issue has been automatically marked as stale because it has been open 90 days with no activity. Remove stale label or comment or this issue will be closed in 30 days
Remove stale and add feature request. We need more feedback which metrics are needed for other plugin types.
Hello, for input plugins, is the retry_count always null or can it change during trouble? Is it worth monitoring?
Describe the bug I recently noticed that there is no usable data in output of the
monitor_agent
plugin for any non-output plugins (except for retry_count)To Reproduce docker-compose.yaml:
fluent.conf:
output:
Expected behavior
Expect to see number of records received/processed and other useful statistics on all emitted records, not just output one
Your Environment
For sake of testing, used docker image
fluent/fluentd:v1.11-2
- but same seems to be happening in multiple versionsIf you hit the problem with older fluentd version, try latest version first.
Your Configuration
(see above )
Your Error Log
(see above )