Skip to content

Commit 2f99eb6

Browse files
chalintiffany76opentelemetrybotmx-psi
authored
[Collector] Slight rewording of distributions and release info (#6476)
Co-authored-by: Tiffany Hrabusa <[email protected]> Co-authored-by: opentelemetrybot <[email protected]> Co-authored-by: Pablo Baeyens <[email protected]>
1 parent 56dcd5a commit 2f99eb6

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

content/en/docs/collector/_index.md

+9-4
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ you launch a collector it will automatically start receiving telemetry.
5757
Follow best practices to make sure your collectors are [hosted] and [configured]
5858
securely.
5959

60-
## Status and releases
60+
## Status
6161

6262
The **Collector** status is: [mixed][], since core Collector components
6363
currently have mixed [stability levels][].
@@ -72,11 +72,16 @@ fixes for critical bugs and security issues. See the
7272
[support policies](https://github.com/open-telemetry/opentelemetry-collector/blob/main/VERSIONING.md)
7373
for more details.
7474

75-
{{% docs/latest-release collector-releases /%}}
75+
## Distributions and releases {#releases}
76+
77+
For information about Collector distributions and releases, including the
78+
[latest release][], see [Distributions](distributions/).
7679

77-
[registry]: /ecosystem/registry/?language=collector
78-
[hosted]: /docs/security/hosting-best-practices/
7980
[configured]: /docs/security/config-best-practices/
81+
[hosted]: /docs/security/hosting-best-practices/
82+
[latest release]:
83+
https://github.com/open-telemetry/opentelemetry-collector-releases/releases/latest
8084
[mixed]: /docs/specs/otel/document-status/#mixed
85+
[registry]: /ecosystem/registry/?language=collector
8186
[stability levels]:
8287
https://github.com/open-telemetry/opentelemetry-collector#stability-levels

content/en/docs/collector/distributions.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,11 @@ the `manifest.yaml` of each distribution.
1212
[distributions]:
1313
https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions
1414

15-
{{% docs/latest-release collector-releases /%}}
16-
1715
## Custom Distributions
1816

19-
For various reasons the existing distributions provided by the OpenTelemetry
20-
project may not meet your needs. Whether you want a smaller version, or have the
21-
need to implement custom functionality like
17+
Existing distributions provided by the OpenTelemetry project may not meet your
18+
needs. For example, you may want a smaller binary or need to implement custom
19+
functionality like
2220
[authenticator extensions](../building/authenticator-extension),
2321
[receivers](../building/receiver), processors, exporters or
2422
[connectors](../building/connector). The tool used to build distributions

0 commit comments

Comments
 (0)