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.

March 2, 2026

TypeDescription
FeatureEnable users to add new Alloy collectors directly from the Inventory tab with an Add collector button.
FixFix an issue where adding a custom attribute in the UI caused the collector to stop receiving any pipelines, not only in the UI but also in the remotecfg service itself.
FixRestore Last connection timestamp in the Inventory tab for collectors that unregister from Fleet Management and are marked inactive.
FixFix an issue where saving collector details could remove existing local attributes.
FixAllow remote attributes to be added or removed from the collector detail view.
Breaking changeChange the behavior of the UpdateCollector endpoint so requests that omit the enabled field default to the existing state of the collector. Prior to the change, requests to UpdateCollector that omitted the enabled field defaulted to enabled = false and the collector couldn’t be remotely configured.

February 13, 2026

TypeDescription
FeatureEnable filtering of the Inventory tab by collector type.
FeatureAdd a button to the Health tab in the collector details drawer that directs to Alloy Health dashboards. The button appears only if the Alloy Health integration is installed.
FeatureAdd a duplicate button to the Remote configuration tab.
FeatureEnable bulk deleting of configuration pipelines from the Remote configuration tab.
EnhancementAdd the BulkDeletePipelines endpoint to the Pipeline API. This endpoint deletes multiple pipelines by ID in a single, atomic operation.
EnhancementImprove select-all functionality with pagination for collectors and configuration pipelines.
FixReport the correct number of collectors shown when the Inventory list is filtered.
FixAllow users with read access to click on collectors to view details such as health status, logs, and configuration.

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.