Skip to content

Agent Management

Agents

The Agents tab shows high-level information for each agent, including:
FieldDescription
Agent nameUsually based on the host name.
Agent typeOTel collector type, such as agent, gateway, or cluster collector.
OSThe OS of the host.
Agent statusIndicates whether the agent has an active connection.
PipelinesThe telemetry pipelines configured for the agent, such as logs, metrics, traces or profiles.
Agent versionThe version of the agent.
ClusterThe cluster where the agent is deployed.
Active configurationThe configuration assigned to this agent.
Agent CPU usageLast 15 minutes CPU usage average.
Agent memory usageLast 15 minutes memory usage average.
Records refused by the receiver on the agentNumber of records dropped by the agent’s receiver.
Send failures by the exporter on the agentNumber of failures reported by the agent’s exporter when sending data.

Use the search bar to filter agents by key-value fields (Lucene syntax) or by free-text search across all fields. For example, searching for gateway returns agents with an agent type of gateway as well as agents with gateway in the name.

Note

Free-text search may return broad results. Searching specific fields produces the most precise matches.

Group by

Use Group by to organize agents into nested groups based on attributes such as agent type, operating system, pipelines, or other labels. Grouping helps you review large fleets by clustering related agents. Each group shows the number of agents it includes. Groups can be expanded or collapsed for navigation. Grouping does not affect search or filtering and helps you spot patterns, compare agent subsets, and understand distribution across environments at a glance.

Group by

Investigate a single agent

Select an agent to open a detailed view with several tabs:

  • Overview - Live status, CPU and memory usage, and receiver or exporter errors.
  • Details - A summary of the resource’s identity, metadata, configuration, and labels from available data sources.
  • Relationships - Significant infrastructure relationships that this agent has. For example, the EC2 host on which it is deployed.
  • Metrics - Metrics the agent publishes through OpAMP.
  • Configuration - The OpenTelemetry configuration for this agent

Agent investigation

Overview

The Overview section provides high-level graphs that display "at a glance" view of the health of your agent.

At the top, the Live Status view gives aggregate views of four golden signals for your agent. Below, the Key Metrics section shows a time-series view of the same data.

Details

The Details section aggregates data from available sources, including OpenTelemetry, Kubernetes, and cloud providers, to provide a comprehensive view of how the resource is defined and configured in your environment.

Relationships

The Relationships tab shows the agent’s dependencies in the infrastructure. This can help determine whether an issue originates from the agent or the underlying infrastructure.

Available relationship categories include:

  • Pods
  • Containers
  • Namespaces
  • Clusters
  • Storage

Select any item to open its dedicated view to drill down further into the resource details.

Metrics

The Metrics tab lets you explore the metrics the agent produces. This can help identify performance issues or unusual behavior.

You can search for metrics by entering text in the search bar. For example, searching for consumer returns only metrics with consumer in the metric name.

To view the underlying query behind a metric, select the query icon in the top right corner of the metric panel.

Configuration

The Configuration tab provides a navigable view of the OpenTelemetry configuration for the agent. You can review specific configuration fields to investigate potential issues.

A search bar allows filtering for values within the configuration. Use the icons next to the search bar to copy the full configuration or download it as a YAML file.

See Configuration management for more information about managing and updating agent configurations.

Was this helpful?