Grafana Cloud

Release notes for Fleet Management

Grafana Fleet Management release notes include important changes to the Fleet Management APIs and application. Notes are kept for a rolling six-month window, except for deprecations and breaking changes, which are kept for longer. 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.

May 4, 2026

TypeDescription
FeatureAdd the Alloy component editor for building custom configuration pipelines from a searchable catalog of schema-backed components, with form-based fields, reference dropdowns, and validation.
FeatureSupport collector_id sent as Loki structured metadata for self-monitoring logs to avoid stream cardinality issues.
EnhancementFlatten the Grafana Cloud navigation menu to make Fleet Management more findable. The application is now only one level deep: Connections > Fleet Management.
EnhancementMake Instrumentation Hub pipelines read-only.
FixPrevent Grafana Cloud global keyboard shortcuts from triggering inside configuration editors. Before the fix, typing letters in the editor that form keyboard shortcuts (such as ge) performed the shortcut action, sometimes taking users out of the Fleet Management code editor.
FixUpdate backend source descriptors so Grafana-sourced pipelines can be edited, activated, or deactivated.
FixPreserve the pipeline source when a pipeline is edited. Before the fix, the source type disappeared from the application after a pipeline was edited.

April 20, 2026

TypeDescription
EnhancementImprove readability of the Logs tab by displaying timestamps on log entries, adding a case-insensitive search box for filtering logs, and enabling word wrap, JSON formatting, and expandable log details. Timestamps are also now shown on remote configuration error logs in the Health tab.
EnhancementAdd a Configuration tab, Edit and Duplicate quick actions, a status badge, and a View history link to the pipeline details drawer on the Remote configuration tab.
EnhancementImprove configuration code editor to fill available space and keep action buttons always visible.
EnhancementAllow opening of the pipeline editor in a new tab from the Remote configuration list and details drawer by making the edit/view action a real link that supports right-click, middle-click, and Ctrl/Cmd-click.
FixSet pipeline history code editors to read-only mode.
FixImprove load performance by removing matched collector count from Remote configuration tab.
FixReturn a clear 400 BAD REQUEST validation error with message id is not a valid integer when calling the DeletePipeline API with a non-numeric id. Previously, such requests produced inconsistent errors.
FixPreselect the Grafana Cloud Prometheus and Loki data sources (or the user’s saved choice) in the collector details Health and Logs tabs, so queries no longer fall back to an unrelated data source and fail.
FixFix blank configuration editors in the pipeline details drawer and Edit configuration page so content renders correctly.

April 10, 2026

TypeDescription
FeatureAdd pipeline details drawer with a Matched collectors tab for quick access from the list of configuration pipelines. Clicking on a pipeline opens the details view.
FeatureDisplay the number of collectors matched to all pipelines on the Remote configuration tab
EnhancementAdd operating system selection grid to the Alloy installation workflow.
EnhancementAdd detection for stale rollout of effective configuration. After two minutes of unresolved pending state, the Configuration tab in the details view displays a warning that the collector might be offline.
FixInclude collector_id label in the URL filter for the Explore logs button in the collector details view. Before the fix, the filter was empty, forcing users to manually set labels.

March 24, 2026

TypeDescription
FeatureDisplay a collector’s effective configuration on the Configuration tab of its details view. If the effective and server configurations differ, show both, along with a status message.
FeatureAdd a remote configuration dashboard to the Health tab in the collector details view. The dashboard reports the latest configuration load status, the load status over time, and any remote configuration errors.
EnhancementImprove bulk collector updates and deletions for large fleets by chunking and queuing API calls from the UI.
EnhancementAdd a reset filters option to the remote configuration page.
FixFix a bug in the collector status filter so the chevron opens the dropdown menu and all selected statuses render as pills.
FixFilter reserved attributes by collector type in matching attribute dropdown.
FixEnable adding and editing of attributes in the collector detail view Attributes tab.

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
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.