An open API service indexing awesome lists of open source software.

https://github.com/rogercoll/otelcol-builder-action

(Testing) Under development GHA to create OpenTelemetry Collector binaries using the builder
https://github.com/rogercoll/otelcol-builder-action

Last synced: about 1 month ago
JSON representation

(Testing) Under development GHA to create OpenTelemetry Collector binaries using the builder

Awesome Lists containing this project

README

        

# OpenTelemetry Collector Builder Action (PoC)

Configuration is going to break.

## Usage

```yaml
jobs:
buildOtel:
name: Build custom Otel collector from a manifest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: rogercoll/otelcol-builder-action@main
with:
local_manifest: './distributions/otelcol/manifest.yaml'
local_output_path: './build'
- run: ls -al build/
```