Skip to content

Commit

Permalink
docs: remove beta labels from import.http, import.string (#6647)
Browse files Browse the repository at this point in the history
Signed-off-by: Paschalis Tsilias <[email protected]>
  • Loading branch information
tpaschalis authored Mar 11, 2024
1 parent 4b11fb1 commit c23d1f4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
4 changes: 0 additions & 4 deletions docs/sources/flow/reference/config-blocks/import.git.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,11 @@ aliases:
- /docs/grafana-cloud/send-data/agent/flow/reference/config-blocks/import.git/
canonical: https://grafana.com/docs/agent/latest/flow/reference/config-blocks/import.git/
description: Learn about the import.git configuration block
labels:
stage: beta
title: import.git
---

# import.git

{{< docs/shared lookup="flow/stability/beta.md" source="agent" version="<AGENT_VERSION>" >}}

The `import.git` block imports custom components from a Git repository and exposes them to the importer.
`import.git` blocks must be given a label that determines the namespace where custom components are exposed.

Expand Down
4 changes: 0 additions & 4 deletions docs/sources/flow/reference/config-blocks/import.http.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,11 @@ aliases:
- /docs/grafana-cloud/send-data/agent/flow/reference/config-blocks/import.http/
canonical: https://grafana.com/docs/agent/latest/flow/reference/config-blocks/import.http/
description: Learn about the import.http configuration block
labels:
stage: beta
title: import.http
---

# import.http

{{< docs/shared lookup="flow/stability/beta.md" source="agent" version="<AGENT_VERSION>" >}}

`import.http` retrieves a module from an HTTP server.

## Usage
Expand Down
4 changes: 0 additions & 4 deletions docs/sources/flow/reference/config-blocks/import.string.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,11 @@ aliases:
- /docs/grafana-cloud/send-data/agent/flow/reference/config-blocks/import.string/
canonical: https://grafana.com/docs/agent/latest/flow/reference/config-blocks/import.string/
description: Learn about the import.string configuration block
labels:
stage: beta
title: import.string
---

# import.string

{{< docs/shared lookup="flow/stability/beta.md" source="agent" version="<AGENT_VERSION>" >}}

The `import.string` block imports custom components from a string and exposes them to the importer.
`import.string` blocks must be given a label that determines the namespace where custom components are exposed.

Expand Down

0 comments on commit c23d1f4

Please sign in to comment.