# Overview

Fleet is the ultimate solution for making the collection of observability data responsive to changes in your environment using your pre-existing observability agents.

With Fleet, you can collect more data when you need it and less when you don’t. And the best part? Almost all observability agents can be managed through configuration files describing how to collect, enrich and send data.&#x20;

Fleet aims to simplify this process through an agent manager. The Fleet Agent Manager functions as a sidecar utility that checks for new configuration files and triggers the appropriate restart/reload functionality of the supported agent. The Agent Manager is kept intentionally simple, with the goal that it only needs to be installed once and updated infrequently.&#x20;

Navigate **Explore > Fleet** will show the agent list that are configured and managed by the fleet.

<figure><img src="https://2948796384-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LmzGprckLqwd5v6bs6m%2Fuploads%2FPFtdJb7w1EkbAmknPhtu%2Fimage.png?alt=media&#x26;token=11200030-dc9d-4859-a223-41b13f06d5cd" alt=""><figcaption><p>Apica Fleet</p></figcaption></figure>

**Supported Agent Types:**

The fleet platform comes with many agent types already set up, the ability to add custom agent types, and assign configurations to them all from the intuitive fleet UI.&#x20;

<figure><img src="https://2948796384-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LmzGprckLqwd5v6bs6m%2Fuploads%2FrMpZz7s9yzqMRjJHFy77%2FScreenshot%202025-01-15%20at%2014-07-00%20Fleet.png?alt=media&#x26;token=0ec6668b-5851-4009-ba8c-8a6d609ab1a5" alt=""><figcaption></figcaption></figure>

**Fleet Agent Status Metric:**

There is a new status metric, available in Apica Ascent, to track the status of Fleet agents which can be accessed by the name "logiq\_agent\_liveness" from the query page.&#x20;

Following is the meaning of each status:&#x20;

<table data-full-width="false"><thead><tr><th width="119" align="center">Sl. No.</th><th width="344" align="center">Agent Status</th><th align="center">Metric Value</th></tr></thead><tbody><tr><td align="center">1.</td><td align="center">Active, Running, Maintenance</td><td align="center">0</td></tr><tr><td align="center">2.</td><td align="center">Disconnected</td><td align="center">1</td></tr><tr><td align="center">3.</td><td align="center">Inactive, Stopped, Stopping</td><td align="center">-1</td></tr><tr><td align="center">4.</td><td align="center">Error</td><td align="center">2</td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.apica.io/fleet-management/overview.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
