Skip to content

Commit

Permalink
Fix incorrect clustering beta labels (#6740)
Browse files Browse the repository at this point in the history
  • Loading branch information
thampiotr authored Mar 21, 2024
1 parent ddacaec commit 017cbd2
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ inside a `client` block.
[authorization]: #authorization-block
[oauth2]: #oauth2-block
[tls_config]: #tls_config-block
[clustering]: #clustering-beta
[clustering]: #clustering-block

### client block

Expand Down Expand Up @@ -143,7 +143,7 @@ Name | Type | Description

{{< docs/shared lookup="flow/reference/components/tls-config-block.md" source="agent" version="<AGENT_VERSION>" >}}

### clustering (beta)
### clustering block

Name | Type | Description | Default | Required
---- | ---- | ----------- | ------- | --------
Expand Down
4 changes: 2 additions & 2 deletions docs/sources/flow/reference/components/loki.source.podlogs.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ inside a `client` block.
[tls_config]: #tls_config-block
[selector]: #selector-block
[match_expression]: #match_expression-block
[clustering]: #clustering-beta
[clustering]: #clustering-block

### client block

Expand Down Expand Up @@ -242,7 +242,7 @@ The `operator` argument must be one of the following strings:
Both `selector` and `namespace_selector` can make use of multiple
`match_expression` inner blocks which are treated as AND clauses.

### clustering (beta)
### clustering block

Name | Type | Description | Default | Required
---- | ---- | ----------- | ------- | --------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ inside a `client` block.
[match_expression]: #match_expression-block
[rule]: #rule-block
[scrape]: #scrape-block
[clustering]: #clustering-beta
[clustering]: #clustering-block

### client block

Expand Down Expand Up @@ -164,7 +164,7 @@ The `operator` argument must be one of the following strings:

If there are multiple `match_expressions` blocks inside of a `selector` block, they are combined together with AND clauses.

### clustering (beta)
### clustering block

Name | Type | Description | Default | Required
---- | ---- | ----------- | ------- | --------
Expand Down
4 changes: 2 additions & 2 deletions docs/sources/flow/reference/components/prometheus.scrape.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ an `oauth2` block.
[authorization]: #authorization-block
[oauth2]: #oauth2-block
[tls_config]: #tls_config-block
[clustering]: #clustering-beta
[clustering]: #clustering-block

### basic_auth block

Expand All @@ -136,7 +136,7 @@ an `oauth2` block.

{{< docs/shared lookup="flow/reference/components/tls-config-block.md" source="agent" version="<AGENT_VERSION>" >}}

### clustering (beta)
### clustering block

Name | Type | Description | Default | Required
---- | ---- | ----------- | ------- | --------
Expand Down
4 changes: 2 additions & 2 deletions docs/sources/flow/reference/components/pyroscope.scrape.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ the defaults documented in [profile.mutex][] will be used.
[profile.godeltaprof_block]: #profilegodeltaprof_block-block
[profile.custom]: #profilecustom-block
[pprof]: https://github.com/google/pprof/blob/main/doc/README.md
[clustering]: #clustering-beta
[clustering]: #clustering-block

[fgprof]: https://github.com/felixge/fgprof
[godeltaprof]: https://github.com/grafana/pyroscope-go/tree/main/godeltaprof
Expand Down Expand Up @@ -389,7 +389,7 @@ Name | Type | Description | Default | Required
When the `delta` argument is `true`, a `seconds` query parameter is
automatically added to requests. The `seconds` used will be equal to `scrape_interval - 1`.

### clustering (beta)
### clustering block

Name | Type | Description | Default | Required
---- | ---- | ----------- | ------- | --------
Expand Down

0 comments on commit 017cbd2

Please sign in to comment.