Commit edd8ec2 1 parent 56dcd5a commit edd8ec2 Copy full SHA for edd8ec2
File tree 2 files changed +12
-9
lines changed
content/en/docs/collector
2 files changed +12
-9
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ you launch a collector it will automatically start receiving telemetry.
57
57
Follow best practices to make sure your collectors are [ hosted] and [ configured]
58
58
securely.
59
59
60
- ## Status and releases
60
+ ## Status
61
61
62
62
The ** Collector** status is: [ mixed] [ ] , since core Collector components
63
63
currently have mixed [ stability levels] [ ] .
@@ -72,11 +72,16 @@ fixes for critical bugs and security issues. See the
72
72
[ support policies] ( https://github.com/open-telemetry/opentelemetry-collector/blob/main/VERSIONING.md )
73
73
for more details.
74
74
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/ ) .
76
79
77
- [ registry ] : /ecosystem/registry/?language=collector
78
- [ hosted ] : /docs/security/hosting-best-practices/
79
80
[ 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
80
84
[ mixed ] : /docs/specs/otel/document-status/#mixed
85
+ [ registry ] : /ecosystem/registry/?language=collector
81
86
[ stability levels] :
82
87
https://github.com/open-telemetry/opentelemetry-collector#stability-levels
Original file line number Diff line number Diff line change @@ -12,13 +12,11 @@ the `manifest.yaml` of each distribution.
12
12
[ distributions] :
13
13
https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions
14
14
15
- {{% docs/latest-release collector-releases /%}}
16
-
17
15
## Custom Distributions
18
16
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
22
20
[ authenticator extensions] ( ../building/authenticator-extension ) ,
23
21
[ receivers] ( ../building/receiver ) , processors, exporters or
24
22
[ connectors] ( ../building/connector ) . The tool used to build distributions
You can’t perform that action at this time.
0 commit comments