Skip to content

Commit

Permalink
discovery.process: restore public preview status (#37)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
rfratto authored Mar 18, 2024
1 parent 69d4e55 commit 2c7d56a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion docs/sources/reference/components/discovery.process.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 >}}

<!-- END GENERATED COMPATIBLE COMPONENTS -->
<!-- END GENERATED COMPATIBLE COMPONENTS -->
2 changes: 1 addition & 1 deletion internal/component/discovery/process/process.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{},

Expand Down

0 comments on commit 2c7d56a

Please sign in to comment.