From 2c7d56afed105384521c68789b4ce2247eec12ec Mon Sep 17 00:00:00 2001 From: Robert Fratto Date: Mon, 18 Mar 2024 12:10:35 -0400 Subject: [PATCH] discovery.process: restore public preview status (#37) discovery.process was mistakenly bumped to GA, but this wasn't intentional and the maintainers have asked for it to remain at beta/public preview. --- docs/sources/reference/components/discovery.process.md | 4 +++- internal/component/discovery/process/process.go | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/sources/reference/components/discovery.process.md b/docs/sources/reference/components/discovery.process.md index 12df00f41f..042d410f92 100644 --- a/docs/sources/reference/components/discovery.process.md +++ b/docs/sources/reference/components/discovery.process.md @@ -2,6 +2,8 @@ canonical: https://grafana.com/docs/alloy/latest/reference/components/discovery.process/ description: Learn about discovery.process title: discovery.process +labels: + stage: beta --- # discovery.process @@ -205,4 +207,4 @@ Connecting some components may not be sensible or components may require further Refer to the linked documentation for more details. {{< /admonition >}} - \ No newline at end of file + diff --git a/internal/component/discovery/process/process.go b/internal/component/discovery/process/process.go index 54e1d08f02..a5b2ec6258 100644 --- a/internal/component/discovery/process/process.go +++ b/internal/component/discovery/process/process.go @@ -15,7 +15,7 @@ import ( func init() { component.Register(component.Registration{ Name: "discovery.process", - Stability: featuregate.StabilityStable, + Stability: featuregate.StabilityBeta, Args: Arguments{}, Exports: discovery.Exports{},