Skip to content

topicusonderwijs/otel-collector-distributions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

166 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenTelemetry Collector distributions

This repository assembles OpenTelemetry Collector distributions, such as the 'cloudflare logs' distribution.

Each distribution contains:

  • Multi-arch container images (linux/arm64 and linux/amd64)

More details about each individual distribution can be seen in its own readme files.

Current list of distributions:

Examples

Example manifests for upstream distributions can be found at: https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions

Development

docker build --build-context ocb=. -f ./Dockerfile distributions/otelcol-cloudflare

Releases

Conventional commits to distributions/** trigger the creation of a 'release PR' together with a changelog.

Caveat: changes to Dockerfile and go.* are not triggering a release PR or included in the changelog for a OTel distribution (see this question, or this issue)

To create the release, including building and publishing of the images, just merge the release PR.

Packages

 
 
 

Contributors