Fluentd can expose internal metrics via REST API, and works with monitoring tools such as Prometheus, Datadog, etc. Our recommendation is to use Prometheus, since we will be collaborating more in the future under the CNCF (Cloud Native Computing Foundation).
Fluentd opens several ports according to the configuration file. We recommend checking the availability of these ports. The default port settings are shown below:
TCP 0.0.0.0 9880 (HTTP by default)
TCP 0.0.0.0 24224 (Forward by default)
Debug Port
A debug port for local communication is recommended for trouble shooting. Please note that the configuration below will be required.
You can attach the process using the fluent-debug command through dRuby.