-
Notifications
You must be signed in to change notification settings - Fork 165
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[admin] Add criteria for distributions (#376)
* Add criteria for distributions * Add definition of support * Apply suggestions from code review Co-authored-by: Pablo Baeyens <[email protected]> * Apply feedback * Update wording * Typo * Add `recommended for production` criteria to 1. * Apply feedback * Apply suggestions from code review Co-authored-by: Evan Bradley <[email protected]> * Apply feedback * Adjust rules 2 and 3 * Update distributions/README.md Co-authored-by: Evan Bradley <[email protected]> --------- Co-authored-by: Pablo Baeyens <[email protected]> Co-authored-by: Evan Bradley <[email protected]>
- Loading branch information
1 parent
e786ffc
commit 9157d9d
Showing
2 changed files
with
23 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Criteria for Supported Distributions | ||
|
||
Support for a distribution implies all the duties covered by the Approver and Maintainer role requirements. In addition, support means that the Collector SIG is the owner and maintainer of the binaries/images of the different Collector distributions and is responsible for the pipeline that produces those artifacts. | ||
|
||
The Collector SIG will support at least one distribution that is recommended for production which includes support for Prometheus, Jaeger, Zipkin, and OpenCensus. | ||
|
||
Distributions supported by the Collector SIG should fulfill the following criteria: | ||
|
||
1. Serve a specific purpose that has minimal overlap with the purpose of any other distribution. | ||
2. Should meet general needs and be desired by many users. | ||
3. Should not be specific to any vendor. | ||
4. May be focused on development or proof of concept use cases. The distribution should clearly indicate whether the Collector SIG recommends the distribution be used in production environments. | ||
5. Must only include components from the `opentelemetry-collector` and `opentelemetry-collector-contrib` repositories. | ||
6. Have a clearly defined list of criteria for which components are included. | ||
7. Must include the following assets except where the specific purpose of the distribution is naturally associated with a subset of these assets. In such cases, it should be clearly stated which assets are skipped and why. Additional assets may be included if the maintainers agree: | ||
- Binaries for linux_amd64, linux_arm64, windows_amd64 and darwin_arm64 | ||
- linux_amd64 and linux_arm64 container images | ||
- Packages to be used with Linux distributions (apk, RPM, deb), macOS (brew) for each distributed binary. | ||
|
||
|