Table of Contents

OS Agent - Statistics

The Statistics tab shows counters about the OS Agent push activity, useful for diagnosing problems on the receiving side.

Counters

Counter Meaning
Metrics Received Total number of metric points the Collector has accepted and processed since the last restart
Push Requests Total number of HTTP push requests received.
Auth Failures Number of pushes rejected because of an invalid or missing API key. A non-zero value means an agent is misconfigured or someone is probing the endpoint.
Unmatched Hosts Number of pushes from a host that could not be linked to any System. This is normal for standalone hosts - it is informational, not an error.
Parse Errors Number of pushes the Collector could not parse - typically malformed Influx Line Protocol or read errors. Should stay near zero.

The counters are highlighted in red when they are above zero - this draws the eye to errors when the page is open.

Reading the counters

Refresh

The counters do not auto-refresh. Click Refresh at the top of the tab to reload them.

Clear

The Clear button resets all counters to zero. Useful before a test:

  1. Click Clear
  2. Run your test (push a metric, restart Telegraf, etc.)
  3. Click Refresh
  4. Read the new values - they reflect only the test activity

The reset only affects the counters in memory - it does not delete metrics from the pipeline or remove hosts.

Server-side log

The Collector also logs a few key events:

Look for these messages in the Collector log when the counters do not match what you expect.

Combining with Telegraf logs

When a problem appears, check both sides:

Mismatched counts (Telegraf says it pushed N, Statistics tab says fewer were received) are a sign of a network drop or a Collector restart - the Push Requests counter resets when the Collector restarts.