@@ -5,6 +5,7 @@ aliases: [./about]
5
5
cascade :
6
6
vers : 0.121.0
7
7
weight : 270
8
+ releases_url : https://github.com/open-telemetry/opentelemetry-collector-releases/releases
8
9
---
9
10
10
11
![ 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.
57
58
Follow best practices to make sure your collectors are [ hosted] and [ configured]
58
59
securely.
59
60
60
- ## Status and releases
61
+ ## Status
61
62
62
63
The ** Collector** status is: [ mixed] [ ] , since core Collector components
63
64
currently have mixed [ stability levels] [ ] .
@@ -72,11 +73,17 @@ fixes for critical bugs and security issues. See the
72
73
[ support policies] ( https://github.com/open-telemetry/opentelemetry-collector/blob/main/VERSIONING.md )
73
74
for more details.
74
75
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
+
76
81
77
- [ registry ] : /ecosystem/registry/?language=collector
78
- [ hosted ] : /docs/security/hosting-best-practices/
79
82
[ configured ] : /docs/security/config-best-practices/
83
+ [ hosted ] : /docs/security/hosting-best-practices/
84
+ [ latest release ] : < {{ param releases_url }}/latest >
80
85
[ mixed ] : /docs/specs/otel/document-status/#mixed
86
+ [ registry ] : /ecosystem/registry/?language=collector
87
+ [ Releases ] : < {{ param releases_url }} >
81
88
[ stability levels] :
82
89
https://github.com/open-telemetry/opentelemetry-collector#stability-levels
0 commit comments