Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f4e2072

Browse files
committedMar 5, 2025·
[Collector] Slight rewording of distributions and release info
1 parent 2b1fe58 commit f4e2072

File tree

2 files changed

+14
-9
lines changed

2 files changed

+14
-9
lines changed
 

‎content/en/docs/collector/_index.md

+11-4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ aliases: [./about]
55
cascade:
66
vers: 0.121.0
77
weight: 270
8+
releases_url: https://github.com/open-telemetry/opentelemetry-collector-releases/releases
89
---
910

1011
![OpenTelemetry Collector diagram with Jaeger, OTLP and Prometheus integration](img/otel-collector.svg)
@@ -57,7 +58,7 @@ you launch a collector it will automatically start receiving telemetry.
5758
Follow best practices to make sure your collectors are [hosted] and [configured]
5859
securely.
5960

60-
## Status and releases
61+
## Status
6162

6263
The **Collector** status is: [mixed][], since core Collector components
6364
currently have mixed [stability levels][].
@@ -72,11 +73,17 @@ fixes for critical bugs and security issues. See the
7273
[support policies](https://github.com/open-telemetry/opentelemetry-collector/blob/main/VERSIONING.md)
7374
for more details.
7475

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

77-
[registry]: /ecosystem/registry/?language=collector
78-
[hosted]: /docs/security/hosting-best-practices/
7982
[configured]: /docs/security/config-best-practices/
83+
[hosted]: /docs/security/hosting-best-practices/
84+
[latest release]: <{{ param releases_url }}/latest>
8085
[mixed]: /docs/specs/otel/document-status/#mixed
86+
[registry]: /ecosystem/registry/?language=collector
87+
[Releases]: <{{ param releases_url }}>
8188
[stability levels]:
8289
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 package, or have the need to
19+
implement custom 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)
Please sign in to comment.