jpkrohling / otelcol-distributions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenTelemetry Collector distributions by jpkrohling

This repository has a personal collection of OpenTelemetry Collector distributions curated by @jpkrohling.

At every new version of the Collector, distributions are updated and published.

Adding a new distribution

To add a new distribution to this repository:

  1. create a directory under distributions and place the manifest.yaml there
  2. add ./github/workflows/ci-<distribution>.yaml and ./github/workflows/release-<distribution>.yaml files based on one of the existing distributions

You can test your new distribution with:

./test/test.sh -d YOUR_DISTRIBUTION

Or, to run everything the CI would run:

make ci

About

License:Apache License 2.0


Languages

Language:Shell 57.6%Language:Go 30.7%Language:Makefile 7.8%Language:Dockerfile 3.8%