Monitoring by Rest Api
This article describes how to get the internal Fluentd metrics via REST API.
Monitoring Agent
Fluentd has a monitoring agent to retrieve internal metrics in JSON via HTTP. Please add the following lines to your configuration file.
Next, please restart the agent and get the metrics via HTTP.
Reuse plugins
Since v0.12.17, monitor_agent
plugin has tag
parameter. If you set tag monitor.metrics
, monitor_agent
plugin emits internal metrics to monitor.metrics
tag. Here is an example with stdout
output.
Monitoring the event flow
Datadog (dd-agent) Integration
Please refer this documentation for more details.
Last updated
Was this helpful?