Skip to content

Commit cd33426

Browse files
update the stability level of remotecfg to generally available (#2723)
* update the stability level of remotecfg to generally available Signed-off-by: Erik Baranowski <erik.r.baranowski@gmail.com> * Update docs/sources/reference/config-blocks/remotecfg.md Co-authored-by: Clayton Cornell <131809008+clayton-cornell@users.noreply.github.com> --------- Signed-off-by: Erik Baranowski <erik.r.baranowski@gmail.com> Co-authored-by: Clayton Cornell <131809008+clayton-cornell@users.noreply.github.com>
1 parent 1abbb59 commit cd33426

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

‎CHANGELOG.md‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ Main (unreleased)
8282
In previous versions of Alloy, native histogram support has also been enabled by default
8383
as long as `scrape_protocols` starts with `PrometheusProto`.
8484

85+
- Change the stability of the `remotecfg` feature from "public preview" to "generally available". (@erikbaranowski)
86+
8587
v1.6.1
8688
-----------------
8789

‎docs/sources/reference/config-blocks/remotecfg.md‎

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,13 @@
22
canonical: https://grafana.com/docs/alloy/latest/reference/config-blocks/remotecfg/
33
description: Learn about the remotecfg configuration block
44
menuTitle: remotecfg
5+
labels:
6+
stage: general-availability
57
title: remotecfg block
68
---
79

8-
<span class="badge docs-labels__stage docs-labels__item">Public preview</span>
9-
1010
# remotecfg block
1111

12-
{{< docs/shared lookup="stability/public_preview.md" source="alloy" version="<ALLOY_VERSION>" >}}
13-
1412
`remotecfg` is an optional configuration block that enables {{< param "PRODUCT_NAME" >}} to fetch and load the configuration from a remote endpoint.
1513
`remotecfg` is specified without a label and can only be provided once per configuration file.
1614

‎internal/service/remotecfg/remotecfg.go‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ func (s *Service) Definition() service.Definition {
250250
Name: ServiceName,
251251
ConfigType: Arguments{},
252252
DependsOn: nil, // remotecfg has no dependencies.
253-
Stability: featuregate.StabilityPublicPreview,
253+
Stability: featuregate.StabilityGenerallyAvailable,
254254
}
255255
}
256256

0 commit comments

Comments
 (0)