Skip to content

Commit

Permalink
update the stability level of remotecfg to generally available
Browse files Browse the repository at this point in the history
Signed-off-by: Erik Baranowski <[email protected]>
  • Loading branch information
erikbaranowski committed Feb 13, 2025
1 parent 3528540 commit 5e1841a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ Main (unreleased)
In previous versions of Alloy, native histogram support has also been enabled by default
as long as `scrape_protocols` starts with `PrometheusProto`.

- Change the stability of the `remotecfg` feature from "public preview" to "generally available". (@erikbaranowski)

v1.6.1
-----------------

Expand Down
4 changes: 0 additions & 4 deletions docs/sources/reference/config-blocks/remotecfg.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,8 @@ menuTitle: remotecfg
title: remotecfg block
---

<span class="badge docs-labels__stage docs-labels__item">Public preview</span>

# remotecfg block

{{< docs/shared lookup="stability/public_preview.md" source="alloy" version="<ALLOY_VERSION>" >}}

`remotecfg` is an optional configuration block that enables {{< param "PRODUCT_NAME" >}} to fetch and load the configuration from a remote endpoint.
`remotecfg` is specified without a label and can only be provided once per configuration file.

Expand Down
2 changes: 1 addition & 1 deletion internal/service/remotecfg/remotecfg.go
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ func (s *Service) Definition() service.Definition {
Name: ServiceName,
ConfigType: Arguments{},
DependsOn: nil, // remotecfg has no dependencies.
Stability: featuregate.StabilityPublicPreview,
Stability: featuregate.StabilityGenerallyAvailable,
}
}

Expand Down

0 comments on commit 5e1841a

Please sign in to comment.