Grafana Cloud

Release notes for Fleet Management

Grafana Fleet Management release notes include important changes to the Fleet Management APIs and application. The changes are categorized by the following types:

  • Features create a brand new feature.
  • Enhancements update an existing feature.
  • Fixes correct a bug or unintended behavior.
  • Breaking changes require changes to existing customer integrations to prevent unexpected behavior.
  • Deprecations mark a feature or functionality as obsolete and planned for future removal.

January 27, 2026

TypeDescription
FeatureCreate the Overview tab with a dashboard for collector and pipeline statistics, including counts, limits, errors, and collector distribution across type, version, and operating system.
EnhancementAdd the GetSummary endpoint to the Tenant API. This endpoint provides aggregate statistics for collectors and pipelines in a stack.
EnhancementHide by default collectors that are inactive for three hours or more on the Assign matching attributes screen in the configuration pipeline workflow.
FixRestore collector. prefix to display name of reserved attributes.
FixUpdate UTF-8 character encoding to allow pipeline syntax validation to pass when those characters are included.

December 15, 2025

TypeDescription
FeatureBeginning with Alloy v1.12.0, visually link configuration pipeline errors to the collectors running the faulty pipelines. Collectors with pipeline errors have a red health status. Pipeline errors are listed in the collector details view.
FeatureIntegrate Grafana Assistant in the configuration pipeline workflow with pre-configured prompts for explaining, validating, fixing, optimizing, or visualizing pipelines.
EnhancementAdd Collector App Reader plugin role for fine-grained role-based access control (RBAC). The role grants designated users read-only access to Fleet Management resources.

November 20, 2025

TypeDescription
FeatureAdd support for private connectivity options: AWS PrivateLink, Azure Private Link, and GCP Private Service Connect.
FeatureCreate new Tenant API, which currently consists of a single endpoint, GetLimits. Calls to this endpoint return all applicable collector, pipeline, and API limits for the stack.
Breaking changeChange the behavior of the UnregisterCollector endpoint to mark collectors inactive rather than deleting them.

November 5, 2025

TypeDescription
FeatureAdd Source column to remote configuration tab to identify the origin of externally sourced pipelines. Column only appears if externally sourced pipelines are present.
FeaturePublish a GitHub Action to allow users to automatically sync configuration pipelines with Fleet Management using a CI/CD workflow.

October 31, 2025

TypeDescription
FeatureAdd Collector App Admin plugin role for role-based access control (RBAC). The role grants designated users full access to the Fleet Management application only.
DeprecationDeprecate attributes and attribute_overrides fields in the Collector API in favor of local_attributes and remote_attributes fields respectively. Users should update any integrations to use local_attributes and remote_attributes instead.

September 30, 2025

TypeDescription
FeatureAdd sync capability for configuration pipelines from a common source (for example, a git repository). These pipelines can now be bulk updated in Fleet Management with a call to the SyncPipelines endpoint.
FixSpeed up Remote Configuration search input.
FixFilter collector attribute values in dropdown by attribute type (local or remote). Before the fix, local attributes could be overridden by selecting a remote attribute.